fix(deps): update module golang.org/x/net to v0.51.0 (#175)

This commit is contained in:
renovate[bot]
2026-02-28 06:55:09 -05:00
committed by GitHub
parent e2a3d5ab73
commit 184ea2acf2
3 changed files with 5 additions and 3 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/davegallant/vpngate
go 1.24.0
go 1.25.0
toolchain go1.26.0
@@ -12,7 +12,7 @@ require (
github.com/rs/zerolog v1.34.0
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.50.0
golang.org/x/net v0.51.0
)
require (