Skip to content

Commit

Permalink
go get -u + go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrroberts-pure committed Jan 27, 2023
1 parent 7d1bcb8 commit a0abfe3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 468 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ go 1.19

require (
github.com/go-resty/resty/v2 v2.7.0
github.com/google/go-cmp v0.5.8
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/client_model v0.2.0
github.com/google/go-cmp v0.5.9
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
Loading

0 comments on commit a0abfe3

Please sign in to comment.