|
1 | 1 | module github.com/3lvia/kunde-extensions-lib-go/pkg/sfkafkalib |
2 | 2 |
|
3 | | -go 1.22.0 |
| 3 | +go 1.23 |
4 | 4 |
|
5 | 5 | toolchain go1.23.4 |
6 | 6 |
|
7 | 7 | require ( |
8 | | - github.com/3lvia/libraries-go/pkg/hashivault v0.1.3 |
9 | | - github.com/3lvia/libraries-go/pkg/kafkaclient v0.0.4 |
10 | | - github.com/3lvia/libraries-go/pkg/mschema v0.0.2 |
| 8 | + github.com/3lvia/libraries-go/pkg/hashivault v0.2.3 |
| 9 | + github.com/3lvia/libraries-go/pkg/kafkaclient v0.0.9 |
| 10 | + github.com/3lvia/libraries-go/pkg/mschema v0.0.4 |
11 | 11 | github.com/microsoft/ApplicationInsights-Go v0.4.4 |
12 | | - github.com/uptrace/opentelemetry-go-extra/otelzap v0.2.3 |
| 12 | + github.com/uptrace/opentelemetry-go-extra/otelzap v0.3.2 |
13 | 13 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 |
14 | 14 | go.opentelemetry.io/otel v1.33.0 |
15 | | - go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.22.0 |
16 | | - go.opentelemetry.io/otel/sdk v1.22.0 |
| 15 | + go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.33.0 |
| 16 | + go.opentelemetry.io/otel/sdk v1.33.0 |
17 | 17 | go.opentelemetry.io/otel/trace v1.33.0 |
18 | | - go.uber.org/zap v1.26.0 |
19 | | - golang.org/x/oauth2 v0.16.0 |
| 18 | + go.uber.org/zap v1.27.0 |
| 19 | + golang.org/x/oauth2 v0.24.0 |
20 | 20 | ) |
21 | 21 |
|
22 | 22 | require ( |
23 | 23 | code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c // indirect |
24 | | - github.com/cenkalti/backoff/v3 v3.0.0 // indirect |
| 24 | + github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
25 | 25 | github.com/felixge/httpsnoop v1.0.4 // indirect |
26 | | - github.com/go-jose/go-jose/v3 v3.0.0 // indirect |
| 26 | + github.com/go-jose/go-jose/v4 v4.0.4 // indirect |
27 | 27 | github.com/go-logr/logr v1.4.2 // indirect |
28 | 28 | github.com/go-logr/stdr v1.2.2 // indirect |
29 | 29 | github.com/gofrs/uuid v3.3.0+incompatible // indirect |
30 | | - github.com/golang/protobuf v1.5.3 // indirect |
31 | | - github.com/golang/snappy v0.0.1 // indirect |
32 | | - github.com/hashicorp/cap v0.3.4 // indirect |
| 30 | + github.com/golang/snappy v0.0.4 // indirect |
| 31 | + github.com/google/uuid v1.6.0 // indirect |
| 32 | + github.com/hashicorp/cap v0.7.0 // indirect |
33 | 33 | github.com/hashicorp/errwrap v1.1.0 // indirect |
34 | 34 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
35 | 35 | github.com/hashicorp/go-multierror v1.1.1 // indirect |
36 | | - github.com/hashicorp/go-retryablehttp v0.6.6 // indirect |
| 36 | + github.com/hashicorp/go-retryablehttp v0.7.7 // indirect |
37 | 37 | github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
38 | 38 | github.com/hashicorp/go-secure-stdlib/base62 v0.1.2 // indirect |
39 | | - github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect |
| 39 | + github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect |
40 | 40 | github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect |
41 | | - github.com/hashicorp/go-sockaddr v1.0.2 // indirect |
| 41 | + github.com/hashicorp/go-sockaddr v1.0.7 // indirect |
42 | 42 | github.com/hashicorp/go-uuid v1.0.3 // indirect |
43 | 43 | github.com/hashicorp/hcl v1.0.0 // indirect |
44 | | - github.com/hashicorp/vault/api v1.10.0 // indirect |
45 | | - github.com/klauspost/compress v1.16.7 // indirect |
46 | | - github.com/linkedin/goavro/v2 v2.12.0 // indirect |
| 44 | + github.com/hashicorp/vault/api v1.15.0 // indirect |
| 45 | + github.com/klauspost/compress v1.17.8 // indirect |
| 46 | + github.com/linkedin/goavro/v2 v2.13.0 // indirect |
47 | 47 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
48 | 48 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
49 | | - github.com/pierrec/lz4/v4 v4.1.18 // indirect |
| 49 | + github.com/pierrec/lz4/v4 v4.1.21 // indirect |
50 | 50 | github.com/ryanuber/go-glob v1.0.0 // indirect |
51 | | - github.com/twmb/franz-go v1.14.4 // indirect |
52 | | - github.com/twmb/franz-go/pkg/kmsg v1.6.1 // indirect |
53 | | - github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.3 // indirect |
| 51 | + github.com/twmb/franz-go v1.18.0 // indirect |
| 52 | + github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect |
| 53 | + github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2 // indirect |
54 | 54 | go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 55 | + go.opentelemetry.io/otel/log v0.6.0 // indirect |
55 | 56 | go.opentelemetry.io/otel/metric v1.33.0 // indirect |
56 | 57 | go.uber.org/multierr v1.11.0 // indirect |
57 | | - golang.org/x/crypto v0.18.0 // indirect |
58 | | - golang.org/x/net v0.20.0 // indirect |
59 | | - golang.org/x/sys v0.16.0 // indirect |
60 | | - golang.org/x/text v0.14.0 // indirect |
61 | | - golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect |
62 | | - google.golang.org/appengine v1.6.7 // indirect |
63 | | - google.golang.org/protobuf v1.31.0 // indirect |
| 58 | + golang.org/x/crypto v0.31.0 // indirect |
| 59 | + golang.org/x/net v0.33.0 // indirect |
| 60 | + golang.org/x/sys v0.28.0 // indirect |
| 61 | + golang.org/x/text v0.21.0 // indirect |
| 62 | + golang.org/x/time v0.8.0 // indirect |
64 | 63 | ) |
0 commit comments