Skip to content

Commit

Permalink
make github package
Browse files Browse the repository at this point in the history
  • Loading branch information
berejant committed Nov 8, 2023
1 parent bf1f868 commit 16cdc12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ApiController.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import (
"authorizer/dto"
"context"
"embed"
"encoding/json"
Expand All @@ -10,6 +9,7 @@ import (
"github.com/berejant/go-kneu"
"github.com/gin-gonic/gin"
"github.com/golang-jwt/jwt/v5"
"github.com/kneu-messenger-pigeon/authorizer/dto"
"github.com/kneu-messenger-pigeon/events"
"github.com/segmentio/kafka-go"
"html"
Expand Down
2 changes: 1 addition & 1 deletion ApiController_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package main

import (
"authorizer/dto"
"bytes"
"context"
"encoding/json"
"errors"
"github.com/berejant/go-kneu"
"github.com/golang-jwt/jwt/v5"
"github.com/kneu-messenger-pigeon/authorizer/dto"
"github.com/kneu-messenger-pigeon/events"
"github.com/kneu-messenger-pigeon/events/mocks"
"github.com/segmentio/kafka-go"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module authorizer
module github.com/kneu-messenger-pigeon/authorizer

go 1.19

Expand Down

0 comments on commit 16cdc12

Please sign in to comment.