Skip to content

Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.7.0 #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 8 additions & 33 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,17 @@ module go.amplifyedge.org/shared-v2
go 1.15

require (
github.com/DataDog/zstd v1.4.8 // indirect
github.com/getsentry/sentry-go v0.10.0 // indirect
github.com/gobuffalo/flect v0.2.2 // indirect
github.com/gobuffalo/helpers v0.6.1 // indirect
github.com/gobuffalo/plush/v4 v4.1.0 // indirect
github.com/gobuffalo/validate/v3 v3.3.0 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/joho/godotenv v1.3.0
github.com/kr/pretty v0.2.1 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/microcosm-cc/bluemonday v1.0.4 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/nyaruka/phonenumbers v1.0.66 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/prometheus/client_golang v1.9.0 // indirect
github.com/prometheus/common v0.18.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/pseudomuto/protoc-gen-doc v1.4.1
github.com/pseudomuto/protokit v0.2.0
github.com/rivo/uniseg v0.2.0 // indirect
github.com/ronaksoft/rony v0.5.29 // indirect
github.com/sirupsen/logrus v1.8.0 // indirect
github.com/rotisserie/eris v0.5.4
github.com/solo-io/go-utils v0.24.0
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cobra v1.1.3 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.8.1
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
google.golang.org/api v0.103.0
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0
moul.io/assh/v2 v2.11.3
)
Loading