@@ -7,7 +7,7 @@ require (
7
7
contrib.go.opencensus.io/exporter/prometheus v0.4.2
8
8
github.com/DataDog/opencensus-go-exporter-datadog v0.0.0-20220622145613-731d59e8b567
9
9
github.com/HdrHistogram/hdrhistogram-go v1.1.2
10
- github.com/IBM/sarama v1.45.0
10
+ github.com/IBM/sarama v1.45.2
11
11
github.com/Masterminds/semver/v3 v3.3.1
12
12
github.com/blevesearch/bleve/v2 v2.4.4
13
13
github.com/dgraph-io/badger/v4 v4.5.2
@@ -23,10 +23,10 @@ require (
23
23
github.com/docker/go-connections v0.5.0
24
24
github.com/dustin/go-humanize v1.0.1
25
25
github.com/go-jose/go-jose/v4 v4.0.5
26
- github.com/go-sql-driver/mysql v1.9.0
27
- github.com/golang-jwt/jwt/v5 v5.2.1
28
- github.com/golang/geo v0.0.0-20230421003525-6adc56603217
29
- github.com/golang/glog v1.2.4
26
+ github.com/go-sql-driver/mysql v1.9.3
27
+ github.com/golang-jwt/jwt/v5 v5.2.2
28
+ github.com/golang/geo 9e8e59d779cc
29
+ github.com/golang/glog v1.2.5
30
30
github.com/golang/snappy v0.0.4
31
31
github.com/google/codesearch v1.2.0
32
32
github.com/google/go-cmp v0.6.0
@@ -45,14 +45,14 @@ require (
45
45
github.com/spf13/pflag v1.0.6
46
46
github.com/spf13/viper v1.19.0
47
47
github.com/stretchr/testify v1.10.0
48
- github.com/twpayne/go-geom v1.6.0
48
+ github.com/twpayne/go-geom v1.6.1
49
49
github.com/viterin/vek v0.4.2
50
50
github.com/xdg/scram v1.0.5
51
- go.etcd.io/etcd/raft/v3 v3.5.18
51
+ go.etcd.io/etcd/raft/v3 v3.5.21
52
52
go.opencensus.io v0.24.0
53
53
go.uber.org/zap v1.27.0
54
54
golang.org/x/crypto v0.33.0
55
- golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
55
+ golang.org/x/exp dcc06ee1d476
56
56
golang.org/x/mod v0.22.0
57
57
golang.org/x/net v0.35.0
58
58
golang.org/x/sync v0.11.0
@@ -61,7 +61,7 @@ require (
61
61
golang.org/x/text v0.22.0
62
62
golang.org/x/tools v0.29.0
63
63
google.golang.org/grpc v1.70.0
64
- google.golang.org/protobuf v1.36.5
64
+ google.golang.org/protobuf v1.36.6
65
65
gopkg.in/yaml.v3 v3.0.1
66
66
)
67
67
0 commit comments