commit 2f52217d2f62e61a05ea265257d2229410f79732
Author: David Fifield <[email protected]>
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

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to