Skip to content

Commit f9f0036

Browse files
authored
Update go deps, db version, alpine, buf (#117)
1 parent 7a87b24 commit f9f0036

File tree

7 files changed

+93
-89
lines changed

7 files changed

+93
-89
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ WORKDIR /work
1010
COPY . .
1111
RUN make server client
1212

13-
FROM alpine:3.17
13+
FROM alpine:3.18
1414
COPY --from=builder /work/bin/* /
1515
ENTRYPOINT [ "/server" ]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ The benchmarks above were performed using:
149149

150150
* cpu: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
151151
* postgres:15-alpine
152-
* cockroach:v22.2.0
152+
* cockroach:v23.1.0
153153
* redis:7.0-alpine
154154
* keydb:alpine_x86_64_v6.3.1
155-
* etcd:v3.5.5
156-
* mongodb:5.0.13-focal
155+
* etcd:v3.5.9
156+
* mongodb:6.0.5-jammy
157157

158158
### Database Version Compatability
159159

go.mod

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,80 +3,81 @@ module github.com/metal-stack/go-ipam
33
go 1.20
44

55
require (
6-
github.com/avast/retry-go/v4 v4.3.3
7-
github.com/bufbuild/connect-go v1.6.0
8-
github.com/bufbuild/connect-grpchealth-go v1.0.0
6+
github.com/avast/retry-go/v4 v4.3.4
7+
github.com/bufbuild/connect-go v1.7.0
8+
github.com/bufbuild/connect-grpchealth-go v1.1.0
99
github.com/bufbuild/connect-grpcreflect-go v1.0.0
1010
github.com/jmoiron/sqlx v1.3.5
1111
github.com/klauspost/connect-compress v1.0.0
12-
github.com/lib/pq v1.10.8
12+
github.com/lib/pq v1.10.9
1313
github.com/metal-stack/v v1.0.3
14-
github.com/redis/go-redis/v9 v9.0.3
14+
github.com/redis/go-redis/v9 v9.0.4
1515
github.com/stretchr/testify v1.8.2
16-
github.com/testcontainers/testcontainers-go v0.19.0
17-
github.com/urfave/cli/v2 v2.25.1
18-
go.etcd.io/etcd/client/v3 v3.5.8
19-
go.mongodb.org/mongo-driver v1.11.4
16+
github.com/testcontainers/testcontainers-go v0.20.1
17+
github.com/urfave/cli/v2 v2.25.3
18+
go.etcd.io/etcd/client/v3 v3.5.9
19+
go.mongodb.org/mongo-driver v1.11.6
2020
go.uber.org/zap v1.24.0
2121
go4.org/netipx v0.0.0-20230303233057-f1b76eb4bb35
22-
golang.org/x/net v0.9.0
23-
golang.org/x/sync v0.1.0
22+
golang.org/x/net v0.10.0
23+
golang.org/x/sync v0.2.0
2424
google.golang.org/protobuf v1.30.0
2525
)
2626

2727
require (
2828
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2929
github.com/Microsoft/go-winio v0.6.1 // indirect
30-
github.com/benbjohnson/clock v1.3.0 // indirect
30+
github.com/benbjohnson/clock v1.3.4 // indirect
3131
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
3232
github.com/cespare/xxhash/v2 v2.2.0 // indirect
33-
github.com/containerd/containerd v1.7.0 // indirect
33+
github.com/containerd/containerd v1.7.1 // indirect
3434
github.com/coreos/go-semver v0.3.1 // indirect
3535
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
3636
github.com/cpuguy83/dockercfg v0.3.1 // indirect
3737
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
3838
github.com/davecgh/go-spew v1.1.1 // indirect
3939
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
4040
github.com/docker/distribution v2.8.2+incompatible // indirect
41-
github.com/docker/docker v23.0.4+incompatible // indirect
41+
github.com/docker/docker v24.0.0+incompatible // indirect
4242
github.com/docker/go-connections v0.4.0 // indirect
4343
github.com/docker/go-units v0.5.0 // indirect
4444
github.com/gogo/protobuf v1.3.2 // indirect
4545
github.com/golang/protobuf v1.5.3 // indirect
4646
github.com/golang/snappy v0.0.4 // indirect
4747
github.com/google/uuid v1.3.0 // indirect
48+
github.com/imdario/mergo v0.3.13 // indirect
4849
github.com/klauspost/compress v1.16.5 // indirect
4950
github.com/kr/text v0.2.0 // indirect
5051
github.com/magiconair/properties v1.8.7 // indirect
5152
github.com/moby/patternmatcher v0.5.0 // indirect
5253
github.com/moby/sys/sequential v0.5.0 // indirect
53-
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
54-
github.com/montanaflynn/stats v0.7.0 // indirect
54+
github.com/moby/term v0.5.0 // indirect
55+
github.com/montanaflynn/stats v0.7.1 // indirect
5556
github.com/morikuni/aec v1.0.0 // indirect
5657
github.com/opencontainers/go-digest v1.0.0 // indirect
57-
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
58-
github.com/opencontainers/runc v1.1.6 // indirect
58+
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
59+
github.com/opencontainers/runc v1.1.7 // indirect
5960
github.com/pkg/errors v0.9.1 // indirect
6061
github.com/pmezard/go-difflib v1.0.0 // indirect
6162
github.com/russross/blackfriday/v2 v2.1.0 // indirect
62-
github.com/sirupsen/logrus v1.9.0 // indirect
63+
github.com/sirupsen/logrus v1.9.1 // indirect
6364
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
6465
github.com/xdg-go/scram v1.1.2 // indirect
6566
github.com/xdg-go/stringprep v1.0.4 // indirect
6667
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
6768
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
68-
go.etcd.io/etcd/api/v3 v3.5.8 // indirect
69-
go.etcd.io/etcd/client/pkg/v3 v3.5.8 // indirect
70-
go.uber.org/atomic v1.10.0 // indirect
69+
go.etcd.io/etcd/api/v3 v3.5.9 // indirect
70+
go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
71+
go.uber.org/atomic v1.11.0 // indirect
7172
go.uber.org/goleak v1.2.1 // indirect
7273
go.uber.org/multierr v1.11.0 // indirect
73-
golang.org/x/crypto v0.8.0 // indirect
74+
golang.org/x/crypto v0.9.0 // indirect
7475
golang.org/x/mod v0.10.0 // indirect
75-
golang.org/x/sys v0.7.0 // indirect
76+
golang.org/x/sys v0.8.0 // indirect
7677
golang.org/x/text v0.9.0 // indirect
77-
golang.org/x/tools v0.8.0 // indirect
78+
golang.org/x/tools v0.9.1 // indirect
7879
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
79-
google.golang.org/grpc v1.54.0 // indirect
80+
google.golang.org/grpc v1.55.0 // indirect
8081
gopkg.in/yaml.v3 v3.0.1 // indirect
8182
gotest.tools/v3 v3.4.0 // indirect
8283
)

0 commit comments

Comments
 (0)