Bump version
... | ... | @@ -6,7 +6,7 @@ require ( |
cloud.google.com/go/firestore v1.6.1 // indirect | ||
cloud.google.com/go/storage v1.21.0 // indirect | ||
firebase.google.com/go v3.13.0+incompatible | ||
github.com/BurntSushi/toml v1.0.0 // indirect | ||
github.com/BurntSushi/toml v1.1.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect | ||
github.com/emersion/go-smtp v0.15.0 | ||
github.com/gabriel-vasile/mimetype v1.4.0 | ||
... | ... | @@ -15,12 +15,12 @@ require ( |
github.com/olebedev/when v0.0.0-20211212231525-59bd4edcf9d6 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/urfave/cli/v2 v2.4.0 | ||
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 | ||
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 | ||
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 | ||
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 | ||
google.golang.org/api v0.73.0 | ||
google.golang.org/api v0.74.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
... | ... | @@ -39,12 +39,12 @@ require ( |
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect | ||
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect | ||
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect | ||
golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220322021311-435b647f9ef2 // indirect | ||
google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf // indirect | ||
google.golang.org/grpc v1.45.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect | ||
... | ... |
Please register or sign in to comment