@@ -7,35 +7,34 @@ require (
7
7
github.com/coreos/go-oidc v2.2.1+incompatible
8
8
github.com/edsrzf/mmap-go v1.1.0
9
9
github.com/google/codesearch v1.2.0
10
- github.com/google/go-cmp v0.5.9
10
+ github.com/google/go-cmp v0.6.0
11
11
github.com/google/renameio/v2 v2.0.0
12
12
github.com/gorilla/securecookie v1.1.1
13
13
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
14
- github.com/prometheus/client_golang v1.14.0
14
+ github.com/prometheus/client_golang v1.20.5
15
15
github.com/stapelberg/godebiancontrol v0.0.0-20180408134423-8c93e189186a
16
- golang.org/x/net v0.5 .0
17
- golang.org/x/oauth2 v0.4 .0
18
- golang.org/x/sync v0.1 .0
19
- golang.org/x/sys v0.4 .0
16
+ golang.org/x/net v0.35 .0
17
+ golang.org/x/oauth2 v0.26 .0
18
+ golang.org/x/sync v0.11 .0
19
+ golang.org/x/sys v0.30 .0
20
20
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
21
- google.golang.org/grpc v1.52.3
22
- google.golang.org/protobuf v1.28.1
21
+ google.golang.org/grpc v1.70.0
22
+ google.golang.org/protobuf v1.36.5
23
23
pault.ag/go/debian v0.12.0
24
24
)
25
25
26
26
require (
27
27
github.com/beorn7/perks v1.0.1 // indirect
28
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
29
- github.com/golang/protobuf v1.5.2 // indirect
30
- github.com/matttproud/golang_protobuf_extensions v1 .0.4 // indirect
28
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
29
+ github.com/klauspost/compress v1.17.9 // indirect
30
+ github.com/munnerz/goautoneg v0 .0.0-20191010083416-a7dc8b61c822 // indirect
31
31
github.com/opentracing/opentracing-go v1.2.0 // indirect
32
32
github.com/pquerna/cachecontrol v0.1.0 // indirect
33
- github.com/prometheus/client_model v0.3.0 // indirect
34
- github.com/prometheus/common v0.39.0 // indirect
35
- github.com/prometheus/procfs v0.9.0 // indirect
36
- golang.org/x/crypto v0.5.0 // indirect
37
- golang.org/x/text v0.6.0 // indirect
38
- google.golang.org/appengine v1.6.7 // indirect
33
+ github.com/prometheus/client_model v0.6.1 // indirect
34
+ github.com/prometheus/common v0.55.0 // indirect
35
+ github.com/prometheus/procfs v0.15.1 // indirect
36
+ golang.org/x/crypto v0.33.0 // indirect
37
+ golang.org/x/text v0.22.0 // indirect
39
38
google.golang.org/genproto v0.0.0-20230202175211-008b39050e57 // indirect
40
39
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
41
40
)
0 commit comments