Skip to content

Commit

Permalink
chore: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Jun 7, 2023
1 parent 8603d47 commit 8a3fd3a
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 27 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ module github.com/flowerinthenight/longsub
go 1.14

require (
cloud.google.com/go/pubsub v1.30.0
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
github.com/NYTimes/gizmo v1.3.6
github.com/aws/aws-sdk-go v1.44.232
github.com/aws/aws-sdk-go v1.44.277
github.com/dchest/uniuri v1.2.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/googleapis/gax-go/v2 v2.8.0 // indirect
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.2 // indirect
google.golang.org/genproto v0.0.0-20230327215041-6ac7f18bb9d5
google.golang.org/grpc v1.54.0
github.com/stretchr/testify v1.8.3 // indirect
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc
google.golang.org/grpc v1.55.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 8a3fd3a

Please sign in to comment.