@@ -3,55 +3,55 @@ module github.com/metal-stack/go-ipam
3
3
go 1.18
4
4
5
5
require (
6
- github.com/avast/retry-go/v4 v4.3.1
7
- github.com/bufbuild/connect-go v1.1.0
6
+ github.com/avast/retry-go/v4 v4.3.2
7
+ github.com/bufbuild/connect-go v1.4.1
8
8
github.com/bufbuild/connect-grpchealth-go v1.0.0
9
9
github.com/bufbuild/connect-grpcreflect-go v1.0.0
10
10
github.com/go-redis/redis/v8 v8.11.5
11
11
github.com/jmoiron/sqlx v1.3.5
12
- github.com/klauspost/connect-compress v0.1.1
12
+ github.com/klauspost/connect-compress v1.0.0
13
13
github.com/lib/pq v1.10.7
14
14
github.com/metal-stack/v v1.0.3
15
15
github.com/stretchr/testify v1.8.1
16
16
github.com/testcontainers/testcontainers-go v0.15.0
17
- github.com/urfave/cli/v2 v2.23.5
18
- go.etcd.io/etcd/client/v3 v3.5.5
19
- go.mongodb.org/mongo-driver v1.11.0
20
- go.uber.org/zap v1.23 .0
17
+ github.com/urfave/cli/v2 v2.23.7
18
+ go.etcd.io/etcd/client/v3 v3.5.6
19
+ go.mongodb.org/mongo-driver v1.11.1
20
+ go.uber.org/zap v1.24 .0
21
21
go4.org/netipx v0.0.0-20220925034521-797b0c90d8ab
22
- golang.org/x/net v0.2 .0
22
+ golang.org/x/net v0.5 .0
23
23
golang.org/x/sync v0.1.0
24
24
google.golang.org/protobuf v1.28.1
25
25
)
26
26
27
27
require (
28
28
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
29
29
github.com/Microsoft/go-winio v0.6.0 // indirect
30
- github.com/Microsoft/hcsshim v0.9.5 // indirect
30
+ github.com/Microsoft/hcsshim v0.9.6 // indirect
31
31
github.com/benbjohnson/clock v1.3.0 // indirect
32
32
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
33
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
33
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
34
34
github.com/containerd/cgroups v1.0.4 // indirect
35
- github.com/containerd/containerd v1.6.10 // indirect
35
+ github.com/containerd/containerd v1.6.15 // indirect
36
36
github.com/coreos/go-semver v0.3.0 // indirect
37
37
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
38
38
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
39
39
github.com/davecgh/go-spew v1.1.1 // indirect
40
40
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
41
41
github.com/docker/distribution v2.8.1+incompatible // indirect
42
- github.com/docker/docker v20.10.21 +incompatible // indirect
42
+ github.com/docker/docker v20.10.22 +incompatible // indirect
43
43
github.com/docker/go-connections v0.4.0 // indirect
44
44
github.com/docker/go-units v0.5.0 // indirect
45
45
github.com/gogo/protobuf v1.3.2 // indirect
46
46
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
47
47
github.com/golang/protobuf v1.5.2 // indirect
48
48
github.com/golang/snappy v0.0.4 // indirect
49
49
github.com/google/uuid v1.3.0 // indirect
50
- github.com/klauspost/compress v1.15.12 // indirect
51
- github.com/magiconair/properties v1.8.6 // indirect
50
+ github.com/klauspost/compress v1.15.14 // indirect
51
+ github.com/magiconair/properties v1.8.7 // indirect
52
52
github.com/moby/sys/mount v0.3.3 // indirect
53
53
github.com/moby/sys/mountinfo v0.6.2 // indirect
54
- github.com/moby/term v0.0.0-20221105221325-4eb28fa6025c // indirect
54
+ github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
55
55
github.com/montanaflynn/stats v0.6.6 // indirect
56
56
github.com/morikuni/aec v1.0.0 // indirect
57
57
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -62,21 +62,21 @@ require (
62
62
github.com/russross/blackfriday/v2 v2.1.0 // indirect
63
63
github.com/sirupsen/logrus v1.9.0 // indirect
64
64
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
65
- github.com/xdg-go/scram v1.1.1 // indirect
66
- github.com/xdg-go/stringprep v1.0.3 // indirect
65
+ github.com/xdg-go/scram v1.1.2 // indirect
66
+ github.com/xdg-go/stringprep v1.0.4 // indirect
67
67
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
68
68
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
69
- go.etcd.io/etcd/api/v3 v3.5.5 // indirect
70
- go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
69
+ go.etcd.io/etcd/api/v3 v3.5.6 // indirect
70
+ go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
71
71
go.opencensus.io v0.24.0 // indirect
72
72
go.uber.org/atomic v1.10.0 // indirect
73
- go.uber.org/multierr v1.8 .0 // indirect
74
- golang.org/x/crypto v0.3 .0 // indirect
73
+ go.uber.org/multierr v1.9 .0 // indirect
74
+ golang.org/x/crypto v0.5 .0 // indirect
75
75
golang.org/x/mod v0.7.0 // indirect
76
- golang.org/x/sys v0.2 .0 // indirect
77
- golang.org/x/text v0.4 .0 // indirect
78
- golang.org/x/tools v0.3 .0 // indirect
79
- google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
76
+ golang.org/x/sys v0.4 .0 // indirect
77
+ golang.org/x/text v0.6 .0 // indirect
78
+ golang.org/x/tools v0.5 .0 // indirect
79
+ google.golang.org/genproto v0.0.0-20230106154932-a12b697841d9 // indirect
80
80
google.golang.org/grpc v1.51.0 // indirect
81
81
gopkg.in/yaml.v3 v3.0.1 // indirect
82
82
)
0 commit comments