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

Upgrade client_golang Dependency #32

Merged
merged 1 commit into from
Nov 14, 2023
Merged
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
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.14

require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/alecthomas/kingpin/v2 v2.3.2
github.com/aws/aws-lambda-go v1.13.3
github.com/aws/aws-sdk-go v1.35.7
github.com/docker/distribution v2.8.2+incompatible // indirect
Expand All @@ -13,14 +14,12 @@ require (
github.com/go-kit/kit v0.10.0
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.4
github.com/google/go-cmp v0.5.9
github.com/google/go-cmp v0.6.0
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.14.0
github.com/prometheus/procfs v0.2.0 // indirect
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/common v0.44.0
github.com/prometheus/prometheus v2.5.0+incompatible
github.com/stretchr/testify v1.8.3
golang.org/x/net v0.17.0
google.golang.org/grpc v1.56.3 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
Loading