Skip to content

Commit

Permalink
Added logging to auth service
Browse files Browse the repository at this point in the history
  • Loading branch information
ishevche committed May 12, 2024
1 parent 315610c commit 1ce7282
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 8 deletions.
2 changes: 2 additions & 0 deletions src/auth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
github.com/hazelcast/hazelcast-go-client v1.4.1
github.com/lib/pq v1.10.9
github.com/thanhpk/randstr v1.0.6
gopkg.in/confluentinc/confluent-kafka-go.v1 v1.8.2
)

require (
Expand All @@ -18,6 +19,7 @@ require (
github.com/bytedance/sonic/loader v0.1.1 // indirect
github.com/cloudwego/base64x v0.1.4 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/confluentinc/confluent-kafka-go v1.9.2 // indirect
github.com/fatih/color v1.14.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
Expand Down
Loading

0 comments on commit 1ce7282

Please sign in to comment.