Skip to content

Commit

Permalink
chore(server): go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jul 2, 2023
1 parent e123578 commit a0d8b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/go.mod
Expand Up @@ -5,7 +5,6 @@ require (
cloud.google.com/go/storage v1.22.1
github.com/99designs/gqlgen v0.17.12
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3
github.com/auth0/go-jwt-middleware/v2 v2.0.1
github.com/avast/retry-go/v4 v4.0.4
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/config v1.18.25
Expand Down Expand Up @@ -65,6 +64,7 @@ require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/auth0/go-jwt-middleware/v2 v2.0.1 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.13.24 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 // indirect
Expand Down

0 comments on commit a0d8b03

Please sign in to comment.