Skip to content
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

Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.1 #30

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
40 changes: 7 additions & 33 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,16 @@ 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
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