@@ -5,32 +5,34 @@ go 1.19
5
5
require (
6
6
github.com/bio-routing/bio-rd v0.1.9
7
7
github.com/go-pg/pg v8.0.7+incompatible
8
- github.com/prometheus/client_golang v1.11.1
8
+ github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
9
+ github.com/prometheus/client_golang v1.14.0
9
10
github.com/sirupsen/logrus v1.9.0
10
- github.com/stretchr/testify v1.8.2
11
- google.golang.org/grpc v1.56.3
12
- google.golang.org/protobuf v1.30 .0
11
+ github.com/stretchr/testify v1.8.4
12
+ google.golang.org/grpc v1.63.2
13
+ google.golang.org/protobuf v1.33 .0
13
14
)
14
15
15
16
require (
16
17
github.com/beorn7/perks v1.0.1 // indirect
17
18
github.com/bio-routing/tflow2 v0.0.0-20181230153523-2e308a4a3c3a // indirect
18
19
github.com/cespare/xxhash/v2 v2.2.0 // indirect
19
20
github.com/davecgh/go-spew v1.1.1 // indirect
20
- github.com/golang/protobuf v1.5.3 // indirect
21
+ github.com/golang/protobuf v1.5.4 // indirect
22
+ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
21
23
github.com/jinzhu/inflection v1.0.0 // indirect
22
24
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
23
25
github.com/onsi/ginkgo v1.16.5 // indirect
24
26
github.com/onsi/gomega v1.27.6 // indirect
25
27
github.com/pmezard/go-difflib v1.0.0 // indirect
26
28
github.com/prometheus/client_model v0.3.0 // indirect
27
- github.com/prometheus/common v0.26 .0 // indirect
29
+ github.com/prometheus/common v0.37 .0 // indirect
28
30
github.com/prometheus/procfs v0.9.0 // indirect
29
- golang.org/x/crypto v0.14 .0 // indirect
30
- golang.org/x/net v0.17 .0 // indirect
31
- golang.org/x/sys v0.13 .0 // indirect
32
- golang.org/x/text v0.13 .0 // indirect
33
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
31
+ golang.org/x/crypto v0.22 .0 // indirect
32
+ golang.org/x/net v0.24 .0 // indirect
33
+ golang.org/x/sys v0.19 .0 // indirect
34
+ golang.org/x/text v0.14 .0 // indirect
35
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
34
36
gopkg.in/yaml.v3 v3.0.1 // indirect
35
37
mellium.im/sasl v0.3.1 // indirect
36
38
)
0 commit comments