Skip to content

Commit

Permalink
Merge pull request awslabs#32 from awslabs/forestmvey/update-client_g…
Browse files Browse the repository at this point in the history
…olang-dependency

Upgrade client_golang Dependency
  • Loading branch information
sethusrinivasan authored and forestmvey committed Nov 14, 2023
2 parents cd82e4f + 3fd0d82 commit d8c266b
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 21 deletions.
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

0 comments on commit d8c266b

Please sign in to comment.