[tor-commits] [snowflake/master] Restore `go 1.13` to go.mod, lost in the turbotunnel merge.

dcf at torproject.org dcf at torproject.org
Thu Apr 23 23:09:09 UTC 2020


commit 2f52217d2f62e61a05ea265257d2229410f79732
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Apr 23 17:08:49 2020 -0600

    Restore `go 1.13` to go.mod, lost in the turbotunnel merge.
---
 go.mod | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/go.mod b/go.mod
index 6502651..07c49a2 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,7 @@
 module git.torproject.org/pluggable-transports/snowflake.git
 
+go 1.13
+
 require (
 	git.torproject.org/pluggable-transports/goptlib.git v1.1.0
 	github.com/golang/protobuf v1.3.1 // indirect



More information about the tor-commits mailing list