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/sys](https://github.com/golang/sys) from 0.0.0-20220315194320-039c03cc5b86 to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
798 B
Modula-2
23 lines
798 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.66.4
|
|
golang.zx2c4.com/wireguard v0.0.0-20220829161405-d1d08426b27b
|
|
suah.dev/protect v1.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/stretchr/testify v1.8.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
|
|
gvisor.dev/gvisor v0.0.0-20220817001344-846276b3dbc5 // indirect
|
|
)
|