forked from google/certificate-transparency-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1007 Bytes
/
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
module github.com/google/certificate-transparency-go
go 1.12
require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/mock v1.5.0
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.4
github.com/google/trillian v1.3.14-0.20210302110132-074ffbb0c117
github.com/juju/ratelimit v1.0.1
github.com/kylelemons/godebug v1.1.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/prometheus/client_golang v1.9.0
github.com/rs/cors v1.7.0
github.com/sergi/go-diff v1.1.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
go.etcd.io/etcd/etcdctl/v3 v3.5.0-alpha.0
go.etcd.io/etcd/v3 v3.5.0-alpha.0
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
google.golang.org/genproto v0.0.0-20200707001353-8e8330bf89df
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.0
)