aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 12 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..af0c837
--- /dev/null
+++ b/go.mod
@@ -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
+)