updated deps
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module github.com/xruins/docker_state_exporter
|
||||
|
||||
go 1.18
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/docker/docker v25.0.4+incompatible
|
||||
github.com/docker/docker v27.1.1+incompatible
|
||||
github.com/go-kit/kit v0.13.0
|
||||
github.com/prometheus/client_golang v1.19.0
|
||||
github.com/prometheus/client_golang v1.19.1
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -40,8 +40,8 @@ require (
|
||||
go.opentelemetry.io/otel/trace v1.23.1 // indirect
|
||||
golang.org/x/mod v0.8.0 // indirect
|
||||
golang.org/x/net v0.20.0 // indirect
|
||||
golang.org/x/sys v0.16.0 // indirect
|
||||
golang.org/x/sys v0.17.0 // indirect
|
||||
golang.org/x/tools v0.6.0 // indirect
|
||||
google.golang.org/protobuf v1.32.0 // indirect
|
||||
google.golang.org/protobuf v1.33.0 // indirect
|
||||
gotest.tools/v3 v3.5.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user