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 23, 2024
1 parent a8be7ca commit 54b67d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
)

require (
github.com/cybergarage/go-authenticator v0.0.1-0.20241223115708-78e38cfe0850 // indirect
github.com/cybergarage/go-authenticator v0.0.1-0.20241223142450-7077ddb4bcd7 // 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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ github.com/cybergarage/go-authenticator v0.0.1-0.20241220033538-291e84da97f4 h1:
github.com/cybergarage/go-authenticator v0.0.1-0.20241220033538-291e84da97f4/go.mod h1:PVYqY1gDhBkX7ItxBK/gQifKJ0tSSG8zDAMXNejRFU4=
github.com/cybergarage/go-authenticator v0.0.1-0.20241223115708-78e38cfe0850 h1:8PDARiuOZuiUhZ2VtWx0Bvj96eiZquMwvAMH2Pgkqdg=
github.com/cybergarage/go-authenticator v0.0.1-0.20241223115708-78e38cfe0850/go.mod h1:PVYqY1gDhBkX7ItxBK/gQifKJ0tSSG8zDAMXNejRFU4=
github.com/cybergarage/go-authenticator v0.0.1-0.20241223142450-7077ddb4bcd7 h1:WFoCnSGk7zakbd/q9bgLWi3bN4FC+8jvDT8s6U2jA80=
github.com/cybergarage/go-authenticator v0.0.1-0.20241223142450-7077ddb4bcd7/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 54b67d9

Please sign in to comment.