aboutsummaryrefslogtreecommitdiff
path: root/proxy
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2022-10-12 11:03:06 -0400
committerCecylia Bocovich <cohosh@torproject.org>2022-10-12 11:03:06 -0400
commit31b958302e93457aa9188c7ae5f5977dad1929bf (patch)
tree0976b4b4e316620e13d064f2a388d2a87e805ec5 /proxy
parent986fc8269a804f5b7f223b71ae1c28f718bbf8f1 (diff)
downloadsnowflake-31b958302e93457aa9188c7ae5f5977dad1929bf.tar.gz
snowflake-31b958302e93457aa9188c7ae5f5977dad1929bf.zip
Bump minimum go version to 1.15
Diffstat (limited to 'proxy')
-rw-r--r--proxy/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/README.md b/proxy/README.md
index e736667..c845aab 100644
--- a/proxy/README.md
+++ b/proxy/README.md
@@ -12,7 +12,7 @@ This is a standalone (not browser-based) version of the Snowflake proxy. For bro
### 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.
### Building the standalone Snowflake proxy