Skip to content

Commit

Permalink
ライブラリのバージョンアップ
Browse files Browse the repository at this point in the history
  • Loading branch information
aikizoku committed Aug 24, 2022
1 parent 953bdf1 commit 2bd6b79
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 72 deletions.
31 changes: 16 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,36 @@ module github.com/rabee-inc/go-pkg
go 1.16

require (
cloud.google.com/go/bigquery v1.30.0
cloud.google.com/go/cloudtasks v1.3.0
cloud.google.com/go v0.103.0 // indirect
cloud.google.com/go/bigquery v1.39.0
cloud.google.com/go/cloudtasks v1.4.0
cloud.google.com/go/compute v1.9.0 // indirect
cloud.google.com/go/firestore v1.6.1
cloud.google.com/go/pubsub v1.19.0
cloud.google.com/go/storage v1.21.0
cloud.google.com/go/pubsub v1.25.0
cloud.google.com/go/storage v1.25.0
firebase.google.com/go v3.13.0+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/googleapis/gax-go/v2 v2.2.0 // indirect
github.com/jszwec/csvutil v1.6.0
github.com/jszwec/csvutil v1.7.1
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/otiai10/mint v1.3.3 // indirect
github.com/otiai10/opengraph v1.1.3
github.com/rs/xid v1.3.0
github.com/unrolled/render v1.4.1
github.com/rs/xid v1.4.0
github.com/unrolled/render v1.5.0
github.com/vincent-petithory/dataurl v1.0.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
golang.org/x/text v0.3.7
google.golang.org/api v0.73.0
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e
google.golang.org/grpc v1.45.0
google.golang.org/api v0.94.0
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc
google.golang.org/grpc v1.49.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gopkg.in/yaml.v3 v3.0.1
)
Loading

0 comments on commit 2bd6b79

Please sign in to comment.