Skip to content

Commit

Permalink
fix: go.mod needed a go mod tidy after the conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
freddierice committed Jan 17, 2024
1 parent 7feb4f2 commit ef76571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ require (
github.com/go-pkgz/email v0.5.0
github.com/go-pkgz/repeater v1.1.3
github.com/go-pkgz/rest v1.18.2
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/nullrocks/identicon v0.0.0-20180626043057-7875f45b0022
github.com/rrivera/identicon v0.0.0-20240116195454-d5ba35832c0d
github.com/stretchr/testify v1.8.4
go.etcd.io/bbolt v1.3.8
go.mongodb.org/mongo-driver v1.13.1
Expand All @@ -21,7 +22,6 @@ require (
cloud.google.com/go/compute v1.23.3 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.1.1 // indirect
Expand Down

0 comments on commit ef76571

Please sign in to comment.