mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Bump snowflake library imports and go.mod to v2
This commit is contained in:
parent
f6b6342a3a
commit
ead5a960d7
27 changed files with 44 additions and 67 deletions
|
@ -12,7 +12,7 @@ package main
|
|||
import (
|
||||
"log"
|
||||
|
||||
sf "git.torproject.org/pluggable-transports/snowflake.git/client/lib"
|
||||
sf "git.torproject.org/pluggable-transports/snowflake.git/v2/client/lib"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -54,7 +54,7 @@ package main
|
|||
import (
|
||||
"log"
|
||||
|
||||
sf "git.torproject.org/pluggable-transports/snowflake.git/client/lib"
|
||||
sf "git.torproject.org/pluggable-transports/snowflake.git/v2/client/lib"
|
||||
)
|
||||
|
||||
type StubMethod struct {
|
||||
|
@ -110,7 +110,7 @@ import (
|
|||
"log"
|
||||
"net"
|
||||
|
||||
sf "git.torproject.org/pluggable-transports/snowflake.git/server/lib"
|
||||
sf "git.torproject.org/pluggable-transports/snowflake.git/v2/server/lib"
|
||||
"golang.org/x/crypto/acme/autocert"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue