1
1
module github.com/metal-stack/go-ipam
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
6
connectrpc.com/connect v1.11.0
7
7
connectrpc.com/grpchealth v1.2.0
8
8
connectrpc.com/grpcreflect v1.2.0
9
9
connectrpc.com/otelconnect v0.5.0
10
- github.com/avast/retry-go/v4 v4.3.4
10
+ github.com/avast/retry-go/v4 v4.5.0
11
11
github.com/jmoiron/sqlx v1.3.5
12
12
github.com/klauspost/connect-compress/v2 v2.0.0
13
13
github.com/lib/pq v1.10.9
14
14
github.com/metal-stack/v v1.0.3
15
15
github.com/prometheus/client_golang v1.16.0
16
16
github.com/redis/go-redis/v9 v9.0.5
17
17
github.com/stretchr/testify v1.8.4
18
- github.com/testcontainers/testcontainers-go v0.21 .0
18
+ github.com/testcontainers/testcontainers-go v0.23 .0
19
19
github.com/urfave/cli/v2 v2.25.7
20
20
go.etcd.io/etcd/client/v3 v3.5.9
21
21
go.mongodb.org/mongo-driver v1.12.1
22
22
go.opentelemetry.io/otel/exporters/prometheus v0.39.0
23
23
go.opentelemetry.io/otel/sdk/metric v0.39.0
24
- go.uber.org/zap v1.25.0
25
24
go4.org/netipx v0.0.0-20230728184502-ec4c8b891b28
26
- golang.org/x/net v0.13 .0
25
+ golang.org/x/net v0.14 .0
27
26
golang.org/x/sync v0.3.0
28
27
google.golang.org/protobuf v1.31.0
29
28
)
30
29
31
30
require (
31
+ dario.cat/mergo v1.0.0 // indirect
32
32
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
33
33
github.com/Microsoft/go-winio v0.6.1 // indirect
34
34
github.com/benbjohnson/clock v1.3.5 // indirect
@@ -52,7 +52,6 @@ require (
52
52
github.com/golang/protobuf v1.5.3 // indirect
53
53
github.com/golang/snappy v0.0.4 // indirect
54
54
github.com/google/uuid v1.3.0 // indirect
55
- github.com/imdario/mergo v0.3.15 // indirect
56
55
github.com/klauspost/compress v1.16.7 // indirect
57
56
github.com/magiconair/properties v1.8.7 // indirect
58
57
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
@@ -63,7 +62,7 @@ require (
63
62
github.com/morikuni/aec v1.0.0 // indirect
64
63
github.com/opencontainers/go-digest v1.0.0 // indirect
65
64
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
66
- github.com/opencontainers/runc v1.1.8 // indirect
65
+ github.com/opencontainers/runc v1.1.9 // indirect
67
66
github.com/pkg/errors v0.9.1 // indirect
68
67
github.com/pmezard/go-difflib v1.0.0 // indirect
69
68
github.com/prometheus/client_model v0.4.0 // indirect
@@ -84,16 +83,16 @@ require (
84
83
go.opentelemetry.io/otel/trace v1.16.0 // indirect
85
84
go.uber.org/goleak v1.2.1 // indirect
86
85
go.uber.org/multierr v1.11.0 // indirect
87
- golang.org/x/crypto v0.11.0 // indirect
88
- golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b // indirect
86
+ go.uber.org/zap v1.25.0 // indirect
87
+ golang.org/x/crypto v0.12.0 // indirect
88
+ golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb // indirect
89
89
golang.org/x/mod v0.12.0 // indirect
90
- golang.org/x/sys v0.10 .0 // indirect
91
- golang.org/x/text v0.11 .0 // indirect
92
- golang.org/x/tools v0.11.1 // indirect
93
- google.golang.org/genproto v0.0.0-20230731193218-e0aa005b6bdf // indirect
94
- google.golang.org/genproto/googleapis/api v0.0.0-20230731193218-e0aa005b6bdf // indirect
95
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // indirect
90
+ golang.org/x/sys v0.11 .0 // indirect
91
+ golang.org/x/text v0.12 .0 // indirect
92
+ golang.org/x/tools v0.12.0 // indirect
93
+ google.golang.org/genproto v0.0.0-20230815205213-6bfd019c3878 // indirect
94
+ google.golang.org/genproto/googleapis/api v0.0.0-20230815205213-6bfd019c3878 // indirect
95
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect
96
96
google.golang.org/grpc v1.57.0 // indirect
97
97
gopkg.in/yaml.v3 v3.0.1 // indirect
98
- gotest.tools/v3 v3.5.0 // indirect
99
98
)
0 commit comments