Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Dec 22, 2024
1 parent 3e832c1 commit 4f2650e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
)

require (
github.com/cybergarage/go-authenticator v0.0.1-0.20241220033538-291e84da97f4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
github.com/cybergarage/go-authenticator v0.0.0 h1:GAAr1jQz+r3VTatvNBdEjWGLAhw/mLywwZP7OqD9aD0=
github.com/cybergarage/go-authenticator v0.0.0/go.mod h1:PVYqY1gDhBkX7ItxBK/gQifKJ0tSSG8zDAMXNejRFU4=
github.com/cybergarage/go-authenticator v0.0.1-0.20241220033538-291e84da97f4 h1:V/7aw+45KQkQg5MGq8QRsjJ4Jv6gBkYh4ztkDC1YtRo=
github.com/cybergarage/go-authenticator v0.0.1-0.20241220033538-291e84da97f4/go.mod h1:PVYqY1gDhBkX7ItxBK/gQifKJ0tSSG8zDAMXNejRFU4=
github.com/cybergarage/go-logger v1.3.4 h1:UTgYZr/LwQtYVOncS3NJ64We5kCe7ce6L85y/MOYfrM=
github.com/cybergarage/go-logger v1.3.4/go.mod h1:2iMjinHam5oqyKEGsKIzeQQmmOPxpCgro95LOlEC2ks=
github.com/cybergarage/go-tracing v1.1.3 h1:UU7C7LRT6gaPmezl15PwNLrvIrdZCqFcZL1Iw/YzMlk=
Expand Down

0 comments on commit 4f2650e

Please sign in to comment.