initial commit
This commit is contained in:
19
protonvpn-wg-confgen/go.mod
Normal file
19
protonvpn-wg-confgen/go.mod
Normal file
@@ -0,0 +1,19 @@
|
||||
module protonvpn-wg-confgen
|
||||
|
||||
go 1.25.6
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/go-srp v0.0.7
|
||||
github.com/ProtonVPN/go-vpn-lib v0.0.0-20260122061324-3e8ad1be9349
|
||||
golang.org/x/term v0.39.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/bcrypt v0.0.0-20211005172633-e235017c1baf // indirect
|
||||
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
||||
github.com/cloudflare/circl v1.6.2 // indirect
|
||||
github.com/cronokirby/saferith v0.33.0 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
golang.org/x/crypto v0.47.0 // indirect
|
||||
golang.org/x/sys v0.40.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user