Skip to content

Commit

Permalink
update module dependencies
Browse files Browse the repository at this point in the history
This commit updates the module dependencies.

Signed-off-by: Andreas Auernhammer <[email protected]>
  • Loading branch information
aead committed Jan 1, 2023
1 parent 81b8e5b commit 2daaf22
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 35 deletions.
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ require (
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
github.com/aws/aws-sdk-go v1.30.27
github.com/blang/semver/v4 v4.0.0
github.com/charmbracelet/lipgloss v0.5.0
github.com/charmbracelet/lipgloss v0.6.0
github.com/fatih/color v1.13.0
github.com/hashicorp/vault/api v1.5.0
github.com/minio/selfupdate v0.4.0
github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.32.1
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.37.0
github.com/spf13/pflag v1.0.5
github.com/tinylib/msgp v1.1.6
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
github.com/tinylib/msgp v1.1.7
golang.org/x/crypto v0.4.0
golang.org/x/sys v0.3.0
golang.org/x/term v0.3.0
google.golang.org/api v0.102.0
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c
google.golang.org/grpc v1.50.1
Expand Down Expand Up @@ -83,16 +83,16 @@ require (
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68 // indirect
github.com/oklog/run v1.0.0 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/philhofer/fwd v1.1.2-0.20210722190033-5c56ac6d0bb9 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
go.opencensus.io v0.23.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
golang.org/x/net v0.3.0 // indirect
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
Expand Down
Loading

0 comments on commit 2daaf22

Please sign in to comment.