Skip to content

Commit 3181aaa

Browse files
authored
deps: update dependency versions (#1327)
* deps: update dependency versions * go mod tidy
1 parent 042bfcd commit 3181aaa

File tree

3 files changed

+65
-459
lines changed

3 files changed

+65
-459
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ CGo-based library.
3838

3939
## Requirements
4040

41-
- Go 1.20+
42-
43-
> **Note**:
44-
>
45-
> While this library should work with Golang versions as early as 1.16, any bugs specific to versions earlier than 1.18 may not be fixed.
41+
- Go 1.22+
4642

4743
## Status
4844

@@ -152,7 +148,7 @@ Run the tests:
152148

153149
Run the tests with specific versions of GOLANG and PULSAR:
154150

155-
make test GO_VERSION=1.20 PULSAR_VERSION=2.10.0
151+
make test GO_VERSION=1.22 PULSAR_VERSION=4.0.0
156152

157153
## Contributing
158154

go.mod

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,32 @@ require (
1919
github.com/opentracing/opentracing-go v1.2.0
2020
github.com/pierrec/lz4/v4 v4.1.22
2121
github.com/pkg/errors v0.9.1
22-
github.com/prometheus/client_golang v1.14.0
22+
github.com/prometheus/client_golang v1.20.5
2323
github.com/sirupsen/logrus v1.9.3
2424
github.com/spaolacci/murmur3 v1.1.0
25-
github.com/spf13/cobra v1.6.1
26-
github.com/stretchr/testify v1.9.0
27-
github.com/testcontainers/testcontainers-go v0.32.0
25+
github.com/spf13/cobra v1.8.1
26+
github.com/stretchr/testify v1.10.0
27+
github.com/testcontainers/testcontainers-go v0.35.0
2828
go.uber.org/atomic v1.11.0
2929
golang.org/x/mod v0.20.0
30-
golang.org/x/oauth2 v0.11.0
31-
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
32-
google.golang.org/protobuf v1.33.0
30+
golang.org/x/oauth2 v0.25.0
31+
golang.org/x/time v0.9.0
32+
google.golang.org/protobuf v1.34.2
3333
)
3434

3535
require (
3636
dario.cat/mergo v1.0.0 // indirect
3737
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
3838
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
3939
github.com/Microsoft/go-winio v0.6.2 // indirect
40-
github.com/Microsoft/hcsshim v0.11.5 // indirect
4140
github.com/ardielle/ardielle-go v1.5.2 // indirect
4241
github.com/beorn7/perks v1.0.1 // indirect
4342
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
44-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
43+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4544
github.com/containerd/containerd v1.7.18 // indirect
46-
github.com/containerd/errdefs v0.1.0 // indirect
4745
github.com/containerd/log v0.1.0 // indirect
48-
github.com/cpuguy83/dockercfg v0.3.1 // indirect
46+
github.com/containerd/platforms v0.2.1 // indirect
47+
github.com/cpuguy83/dockercfg v0.3.2 // indirect
4948
github.com/danieljoos/wincred v1.1.2 // indirect
5049
github.com/distribution/reference v0.6.0 // indirect
5150
github.com/docker/docker v27.1.1+incompatible // indirect
@@ -60,11 +59,10 @@ require (
6059
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
6160
github.com/gogo/protobuf v1.3.2 // indirect
6261
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
63-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
62+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6463
github.com/json-iterator/go v1.1.12 // indirect
6564
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
6665
github.com/magiconair/properties v1.8.7 // indirect
67-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
6866
github.com/mitchellh/mapstructure v1.5.0 // indirect
6967
github.com/moby/docker-image-spec v1.3.1 // indirect
7068
github.com/moby/patternmatcher v0.6.0 // indirect
@@ -75,14 +73,15 @@ require (
7573
github.com/modern-go/reflect2 v1.0.2 // indirect
7674
github.com/morikuni/aec v1.0.0 // indirect
7775
github.com/mtibben/percent v0.2.1 // indirect
76+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7877
github.com/nxadm/tail v1.4.8 // indirect
7978
github.com/opencontainers/go-digest v1.0.0 // indirect
8079
github.com/opencontainers/image-spec v1.1.0 // indirect
8180
github.com/pmezard/go-difflib v1.0.0 // indirect
8281
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
83-
github.com/prometheus/client_model v0.3.0 // indirect
84-
github.com/prometheus/common v0.37.0 // indirect
85-
github.com/prometheus/procfs v0.8.0 // indirect
82+
github.com/prometheus/client_model v0.6.1 // indirect
83+
github.com/prometheus/common v0.55.0 // indirect
84+
github.com/prometheus/procfs v0.15.1 // indirect
8685
github.com/shirou/gopsutil/v3 v3.23.12 // indirect
8786
github.com/shoenig/go-m1cpu v0.1.6 // indirect
8887
github.com/spf13/pflag v1.0.5 // indirect
@@ -95,13 +94,12 @@ require (
9594
go.opentelemetry.io/otel/metric v1.24.0 // indirect
9695
go.opentelemetry.io/otel/trace v1.24.0 // indirect
9796
golang.org/x/crypto v0.31.0 // indirect
98-
golang.org/x/net v0.23.0 // indirect
97+
golang.org/x/net v0.26.0 // indirect
9998
golang.org/x/sys v0.28.0 // indirect
10099
golang.org/x/term v0.27.0 // indirect
101100
golang.org/x/text v0.21.0 // indirect
102-
google.golang.org/appengine v1.6.7 // indirect
103-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
104-
google.golang.org/grpc v1.59.0 // indirect
101+
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
102+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
105103
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
106104
gopkg.in/yaml.v2 v2.4.0 // indirect
107105
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)