Skip to content

Commit d8043cf

Browse files
authored
Merge pull request #27 from lazy-electron-consulting/dependabot/go_modules/github.com/prometheus/client_golang-1.16.0
Bump github.com/prometheus/client_golang from 1.14.0 to 1.16.0
2 parents 8a698e0 + c556fd8 commit d8043cf

File tree

2 files changed

+34
-470
lines changed

2 files changed

+34
-470
lines changed

go.mod

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,28 @@ go 1.18
44

55
require (
66
github.com/goburrow/modbus v0.1.0
7-
github.com/prometheus/client_golang v1.14.0
7+
github.com/prometheus/client_golang v1.16.0
88
gopkg.in/yaml.v2 v2.4.0
99
)
1010

1111
require (
1212
github.com/davecgh/go-spew v1.1.1 // indirect
13+
github.com/kr/text v0.2.0 // indirect
1314
github.com/pmezard/go-difflib v1.0.0 // indirect
15+
github.com/rogpeppe/go-internal v1.10.0 // indirect
1416
gopkg.in/yaml.v3 v3.0.1 // indirect
1517
)
1618

1719
require (
1820
github.com/beorn7/perks v1.0.1 // indirect
19-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
21+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2022
github.com/goburrow/serial v0.1.0 // indirect
21-
github.com/golang/protobuf v1.5.2 // indirect
22-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
23+
github.com/golang/protobuf v1.5.3 // indirect
24+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2325
github.com/prometheus/client_model v0.3.0 // indirect
24-
github.com/prometheus/common v0.37.0 // indirect
25-
github.com/prometheus/procfs v0.8.0 // indirect
26+
github.com/prometheus/common v0.42.0 // indirect
27+
github.com/prometheus/procfs v0.10.1 // indirect
2628
github.com/stretchr/testify v1.8.2
27-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
28-
google.golang.org/protobuf v1.28.1 // indirect
29+
golang.org/x/sys v0.8.0 // indirect
30+
google.golang.org/protobuf v1.30.0 // indirect
2931
)

0 commit comments

Comments
 (0)