1
1
module github.com/linkedin/Burrow
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require (
6
- github.com/IBM/sarama v1.43.2
6
+ github.com/IBM/sarama v1.43.3
7
7
github.com/OneOfOne/xxhash v1.2.8
8
8
github.com/julienschmidt/httprouter v1.3.0
9
9
github.com/karrick/goswarm v1.10.0
10
10
github.com/pborman/uuid v1.2.1
11
11
github.com/pkg/errors v0.9.1
12
- github.com/prometheus/client_golang v1.19.0
12
+ github.com/prometheus/client_golang v1.20.5
13
13
github.com/samuel/go-zookeeper v0.0.0-20201211165307-7117e9ea2414
14
- github.com/spf13/viper v1.18.2
15
- github.com/stretchr/testify v1.9 .0
14
+ github.com/spf13/viper v1.19.0
15
+ github.com/stretchr/testify v1.10 .0
16
16
github.com/xdg/scram v1.0.5
17
- go.uber.org/automaxprocs v1.5.3
17
+ go.uber.org/automaxprocs v1.6.0
18
18
go.uber.org/zap v1.27.0
19
19
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
20
20
gopkg.in/natefinch/lumberjack.v2 v2.2.1
@@ -24,10 +24,10 @@ require (
24
24
github.com/beorn7/perks v1.0.1 // indirect
25
25
github.com/cespare/xxhash/v2 v2.3.0 // indirect
26
26
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
27
- github.com/eapache/go-resiliency v1.6 .0 // indirect
27
+ github.com/eapache/go-resiliency v1.7 .0 // indirect
28
28
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
29
29
github.com/eapache/queue v1.1.0 // indirect
30
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
30
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
31
31
github.com/golang/snappy v0.0.4 // indirect
32
32
github.com/google/uuid v1.6.0 // indirect
33
33
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -39,32 +39,33 @@ require (
39
39
github.com/jcmturner/gofork v1.7.6 // indirect
40
40
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
41
41
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
42
- github.com/klauspost/compress v1.17.8 // indirect
43
- github.com/magiconair/properties v1.8.7 // indirect
42
+ github.com/klauspost/compress v1.17.11 // indirect
43
+ github.com/magiconair/properties v1.8.9 // indirect
44
44
github.com/mitchellh/mapstructure v1.5.0 // indirect
45
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
46
- github.com/pierrec/lz4/v4 v4.1.21 // indirect
45
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
46
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
47
+ github.com/pierrec/lz4/v4 v4.1.22 // indirect
47
48
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
48
49
github.com/prometheus/client_model v0.6.1 // indirect
49
- github.com/prometheus/common v0.53 .0 // indirect
50
- github.com/prometheus/procfs v0.14.0 // indirect
50
+ github.com/prometheus/common v0.61 .0 // indirect
51
+ github.com/prometheus/procfs v0.15.1 // indirect
51
52
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
52
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
53
+ github.com/sagikazarmark/locafero v0.6 .0 // indirect
53
54
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
54
55
github.com/sourcegraph/conc v0.3.0 // indirect
55
56
github.com/spf13/afero v1.11.0 // indirect
56
- github.com/spf13/cast v1.6.0 // indirect
57
+ github.com/spf13/cast v1.7.1 // indirect
57
58
github.com/spf13/pflag v1.0.5 // indirect
58
59
github.com/stretchr/objx v0.5.2 // indirect
59
60
github.com/subosito/gotenv v1.6.0 // indirect
60
61
github.com/xdg/stringprep v1.0.3 // indirect
61
62
go.uber.org/multierr v1.11.0 // indirect
62
63
golang.org/x/crypto v0.31.0 // indirect
63
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
64
- golang.org/x/net v0.25 .0 // indirect
64
+ golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
65
+ golang.org/x/net v0.33 .0 // indirect
65
66
golang.org/x/sys v0.28.0 // indirect
66
67
golang.org/x/text v0.21.0 // indirect
67
- google.golang.org/protobuf v1.34.1 // indirect
68
+ google.golang.org/protobuf v1.36.0 // indirect
68
69
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
69
70
gopkg.in/ini.v1 v1.67.0 // indirect
70
71
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments