File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/mudler/edgevpn
22
3- go 1.24.6
3+ go 1.25
44
55toolchain go1.25.6
66
@@ -9,7 +9,7 @@ require (
99 github.com/benbjohnson/clock v1.3.5
1010 github.com/c-robinson/iplib v1.0.8
1111 github.com/cenkalti/backoff/v4 v4.3.0
12- github.com/creachadair/otp v0.5.0
12+ github.com/creachadair/otp v0.5.3
1313 github.com/google/gopacket v1.1.19
1414 github.com/hashicorp/golang-lru v1.0.2
1515 github.com/ipfs/go-log v1.0.5
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ github.com/creachadair/mds v0.21.3 h1:RRgEAPIb52cU0q7UxGyN+13QlCVTZIL4slRr0cYYQf
4141github.com/creachadair/mds v0.21.3 /go.mod h1:1ltMWZd9yXhaHEoZwBialMaviWVUpRPvMwVP7saFAzM =
4242github.com/creachadair/otp v0.5.0 h1:q3Th7CXm2zlmCdBjw5tEPFOj4oWJMnVL5HXlq0sNKS0 =
4343github.com/creachadair/otp v0.5.0 /go.mod h1:0kceI87EnYFNYSTL121goJVAnk3eJhaed9H0nMuJUkA =
44+ github.com/creachadair/otp v0.5.3 h1:XGqB2vsO0GWPGFewS7FHND9NiZi8E0L5rhKZdSAGnvE =
45+ github.com/creachadair/otp v0.5.3 /go.mod h1:2IYbysfu6EhNP0hq4oLKO1mWMPXvl6SwKMckykHRYRw =
4446github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4547github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
4648github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments