mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
717 B
Modula-2
23 lines
717 B
Modula-2
module github.com/octeep/wireproxy
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/MakeNowJust/heredoc/v2 v2.0.1
|
|
github.com/akamensky/argparse v1.3.1
|
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
|
github.com/go-ini/ini v1.67.0
|
|
golang.zx2c4.com/wireguard v0.0.0-20231010133717-42ec952eadc2
|
|
suah.dev/protect v1.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/btree v1.1.2 // indirect
|
|
github.com/stretchr/testify v1.8.0 // indirect
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
|
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259 // indirect
|
|
)
|