diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-03-16 16:47:01 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-03-16 16:47:01 +0100 |
commit | 6dfaf115b3ddaa879fb2ddf6bc8aad55b936038e (patch) | |
tree | b1cc908c65ab0473445b196e9d78b349f4c4392d /go.mod | |
parent | 94782b6e94630c58baf908479fd659aa88e05df1 (diff) |
downgraded Go version to 1.14
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,13 @@ module github.com/system-transparency/stfe -go 1.16 +go 1.14 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 - golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect - google.golang.org/grpc v1.35.0 + github.com/prometheus/client_golang v1.9.0 + golang.org/x/net v0.0.0-20200625001655-4c5254603344 + google.golang.org/grpc v1.36.0 ) |