-
Notifications
You must be signed in to change notification settings - Fork 39
/
go.mod
41 lines (38 loc) · 1.44 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/Debian/dcs
require (
github.com/antihax/optional v1.0.0
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/edsrzf/mmap-go v1.1.0
github.com/google/codesearch v1.2.0
github.com/google/go-cmp v0.5.9
github.com/google/renameio/v2 v2.0.0
github.com/gorilla/securecookie v1.1.1
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/prometheus/client_golang v1.14.0
github.com/stapelberg/godebiancontrol v0.0.0-20180408134423-8c93e189186a
golang.org/x/net v0.5.0
golang.org/x/oauth2 v0.4.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.4.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.28.1
pault.ag/go/debian v0.12.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pquerna/cachecontrol v0.1.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230202175211-008b39050e57 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)
go 1.20