mirror of
https://github.com/fosrl/newt.git
synced 2026-02-08 05:56:40 +00:00
Bumps the prod-minor-updates group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.30.0 to 0.40.0 - [Commits](https://github.com/golang/net/compare/v0.30.0...v0.40.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
657 B
Modula-2
24 lines
657 B
Modula-2
module github.com/fosrl/newt
|
|
|
|
go 1.23.1
|
|
|
|
toolchain go1.23.2
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
golang.org/x/net v0.40.0
|
|
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
|
|
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259
|
|
software.sslmate.com/src/go-pkcs12 v0.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/btree v1.1.2 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/time v0.7.0 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
|
)
|