Move the development to gitlab

Related: tpo/anti-censorship/team#86
This commit is contained in:
meskio 2023-05-30 19:54:04 +02:00
parent 88608ad44a
commit 82cc0f38f7
No known key found for this signature in database
GPG key ID: 52B8F5AC97A2DA86
38 changed files with 78 additions and 78 deletions

View file

@ -1,15 +1,15 @@
//Package for communication with the snowflake broker
// import "git.torproject.org/pluggable-transports/snowflake.git/v2/common/messages"
// import "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/messages"
package messages
import (
"bytes"
"encoding/json"
"fmt"
"git.torproject.org/pluggable-transports/snowflake.git/v2/common/bridgefingerprint"
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/bridgefingerprint"
"git.torproject.org/pluggable-transports/snowflake.git/v2/common/nat"
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/nat"
)
const ClientVersion = "1.0"