mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Bump minimum go version to 1.15
This commit is contained in:
parent
986fc8269a
commit
31b958302e
3 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ It is based on the [goptlib](https://gitweb.torproject.org/pluggable-transports/
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- Go 1.13+
|
- Go 1.15+
|
||||||
- We use the [pion/webrtc](https://github.com/pion/webrtc) library for WebRTC communication with Snowflake proxies. Note: running `go get` will fetch this dependency automatically during the build process.
|
- We use the [pion/webrtc](https://github.com/pion/webrtc) library for WebRTC communication with Snowflake proxies. Note: running `go get` will fetch this dependency automatically during the build process.
|
||||||
|
|
||||||
### Building the Snowflake client
|
### Building the Snowflake client
|
||||||
|
|
4
go.mod
4
go.mod
|
@ -1,10 +1,10 @@
|
||||||
module git.torproject.org/pluggable-transports/snowflake.git/v2
|
module git.torproject.org/pluggable-transports/snowflake.git/v2
|
||||||
|
|
||||||
go 1.13
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
git.torproject.org/pluggable-transports/goptlib.git v1.1.0
|
git.torproject.org/pluggable-transports/goptlib.git v1.1.0
|
||||||
github.com/clarkduvall/hyperloglog v0.0.0-20171127014514-a0107a5d8004 // indirect
|
github.com/clarkduvall/hyperloglog v0.0.0-20171127014514-a0107a5d8004
|
||||||
github.com/gorilla/websocket v1.4.1
|
github.com/gorilla/websocket v1.4.1
|
||||||
github.com/pion/ice/v2 v2.2.6
|
github.com/pion/ice/v2 v2.2.6
|
||||||
github.com/pion/sdp/v3 v3.0.5
|
github.com/pion/sdp/v3 v3.0.5
|
||||||
|
|
|
@ -12,7 +12,7 @@ This is a standalone (not browser-based) version of the Snowflake proxy. For bro
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- Go 1.13+
|
- Go 1.15+
|
||||||
- We use the [pion/webrtc](https://github.com/pion/webrtc) library for WebRTC communication with Snowflake proxies. Note: running `go get` will fetch this dependency automatically during the build process.
|
- We use the [pion/webrtc](https://github.com/pion/webrtc) library for WebRTC communication with Snowflake proxies. Note: running `go get` will fetch this dependency automatically during the build process.
|
||||||
|
|
||||||
### Building the standalone Snowflake proxy
|
### Building the standalone Snowflake proxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue