Skip to content

Commit 47f929b

Browse files
authored
Merge pull request #29 from chrroberts-pure/update_go
Chore - Update dependencies for security updates
2 parents 7d1bcb8 + a0abfe3 commit 47f929b

File tree

2 files changed

+28
-468
lines changed

2 files changed

+28
-468
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ go 1.19
44

55
require (
66
github.com/go-resty/resty/v2 v2.7.0
7-
github.com/google/go-cmp v0.5.8
8-
github.com/prometheus/client_golang v1.13.0
9-
github.com/prometheus/client_model v0.2.0
7+
github.com/google/go-cmp v0.5.9
8+
github.com/prometheus/client_golang v1.14.0
9+
github.com/prometheus/client_model v0.3.0
1010
)
1111

1212
require (
1313
github.com/beorn7/perks v1.0.1 // indirect
14-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
14+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
1515
github.com/golang/protobuf v1.5.2 // indirect
16-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
17-
github.com/prometheus/common v0.37.0 // indirect
18-
github.com/prometheus/procfs v0.8.0 // indirect
19-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
20-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
16+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
17+
github.com/prometheus/common v0.39.0 // indirect
18+
github.com/prometheus/procfs v0.9.0 // indirect
19+
golang.org/x/net v0.5.0 // indirect
20+
golang.org/x/sys v0.4.0 // indirect
2121
google.golang.org/protobuf v1.28.1 // indirect
2222
)

0 commit comments

Comments
 (0)