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

23 Apr
2020
23 Apr
'20
11:09 p.m.
commit 2f52217d2f62e61a05ea265257d2229410f79732 Author: David Fifield <david@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
1873
Age (days ago)
1873
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org