diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +module github.com/system-transparency/stfe + +go 1.16 + +require ( + github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b + github.com/golang/mock v1.4.4 + github.com/google/certificate-transparency-go v1.1.1 + github.com/google/trillian v1.3.13 + github.com/prometheus/client_golang v1.9.0 // indirect + google.golang.org/grpc v1.35.0 +) |