-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
module github.com/OperatorFoundation/Replicant-go/Replicant/v3 | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/OperatorFoundation/ghostwriter-go v1.0.6 | ||
github.com/OperatorFoundation/go-shadowsocks2 v1.2.0 | ||
github.com/OperatorFoundation/go-shadowsocks2 v1.2.1 | ||
github.com/aead/ecdh v0.2.0 | ||
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b | ||
golang.org/x/net v0.15.0 | ||
) | ||
|
||
require ( | ||
github.com/kataras/pio v0.0.10 // indirect | ||
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect | ||
github.com/kataras/pio v0.0.12 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/OperatorFoundation/go-bloom v1.0.1 // indirect | ||
github.com/kataras/golog v0.1.7 | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect | ||
github.com/kataras/golog v0.1.9 | ||
golang.org/x/crypto v0.13.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters