|
@@ -1,8 +1,8 @@
|
|
module github.com/mudler/edgevpn
|
|
module github.com/mudler/edgevpn
|
|
|
|
|
|
-go 1.22
|
|
|
|
|
|
+go 1.23
|
|
|
|
|
|
-toolchain go1.23.1
|
|
|
|
|
|
+toolchain go1.23.2
|
|
|
|
|
|
require (
|
|
require (
|
|
github.com/Masterminds/sprig/v3 v3.3.0
|
|
github.com/Masterminds/sprig/v3 v3.3.0
|
|
@@ -10,7 +10,7 @@ require (
|
|
github.com/c-robinson/iplib v1.0.8
|
|
github.com/c-robinson/iplib v1.0.8
|
|
github.com/c-robinson/iplib/v2 v2.0.5
|
|
github.com/c-robinson/iplib/v2 v2.0.5
|
|
github.com/cenkalti/backoff/v4 v4.3.0
|
|
github.com/cenkalti/backoff/v4 v4.3.0
|
|
- github.com/creachadair/otp v0.4.2
|
|
|
|
|
|
+ github.com/creachadair/otp v0.5.0
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/hashicorp/golang-lru v1.0.2
|
|
github.com/hashicorp/golang-lru v1.0.2
|
|
github.com/ipfs/go-log v1.0.5
|
|
github.com/ipfs/go-log v1.0.5
|