|
@@ -11,8 +11,7 @@ require (
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0
|
|
|
github.com/creachadair/otp v0.4.2
|
|
|
github.com/google/gopacket v1.1.19
|
|
|
- github.com/hashicorp/golang-lru v0.6.0
|
|
|
- github.com/hashicorp/golang-lru/v2 v2.0.7
|
|
|
+ github.com/hashicorp/golang-lru v1.0.2
|
|
|
github.com/ipfs/go-log v1.0.5
|
|
|
github.com/ipfs/go-log/v2 v2.5.1
|
|
|
github.com/labstack/echo/v4 v4.12.0
|
|
@@ -34,7 +33,6 @@ require (
|
|
|
golang.org/x/sys v0.21.0
|
|
|
golang.zx2c4.com/wireguard/windows v0.5.3
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
- gopkg.in/yaml.v3 v3.0.1
|
|
|
)
|
|
|
|
|
|
require github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
|
|
@@ -67,6 +65,7 @@ require (
|
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
|
|
github.com/huin/goupnp v1.3.0 // indirect
|
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
@@ -177,6 +176,7 @@ require (
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478 // indirect
|
|
|
gonum.org/v1/gonum v0.13.0 // indirect
|
|
|
google.golang.org/protobuf v1.34.1 // indirect
|
|
|
+ gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
lukechampine.com/blake3 v1.2.1 // indirect
|
|
|
)
|
|
|
|