Skip to content

Commit

Permalink
chore: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Nov 26, 2023
1 parent 4961bd1 commit b922ddf
Show file tree
Hide file tree
Showing 2 changed files with 731 additions and 38 deletions.
18 changes: 10 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ module github.com/flowerinthenight/longsub
go 1.14

require (
cloud.google.com/go/compute v1.20.0 // indirect
cloud.google.com/go/iam v1.1.0 // indirect
cloud.google.com/go/kms v1.11.0 // indirect
cloud.google.com/go/pubsub v1.31.0
cloud.google.com/go/pubsub v1.33.0
github.com/NYTimes/gizmo v1.3.6
github.com/aws/aws-sdk-go v1.44.277
github.com/aws/aws-sdk-go v1.48.3
github.com/dchest/uniuri v1.2.0
github.com/kr/pretty v0.3.1 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/stretchr/testify v1.8.3 // indirect
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc
google.golang.org/grpc v1.55.0
golang.org/x/oauth2 v0.14.0 // indirect
golang.org/x/time v0.4.0 // indirect
google.golang.org/api v0.151.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/grpc v1.59.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit b922ddf

Please sign in to comment.