diff --git a/go.mod b/go.mod index 16a4dcd..95c5596 100644 --- a/go.mod +++ b/go.mod @@ -3,17 +3,15 @@ module github.com/DefinedNet/dnapi go 1.26.0 require ( - github.com/slackhq/nebula v1.11.0 - github.com/stretchr/testify v1.11.1 + github.com/slackhq/nebula v1.11.1-0.20260828190009-dd8f660c0ac3 + github.com/stretchr/testify v1.12.0 golang.org/x/crypto v0.54.0 gopkg.in/yaml.v2 v2.4.0 ) require ( filippo.io/bigmod v0.1.0 // indirect - github.com/davecgh/go-spew v1.1.1 // indirect github.com/kr/pretty v0.3.1 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rogpeppe/go-internal v1.10.0 // indirect golang.org/x/sys v0.47.0 // indirect google.golang.org/protobuf v1.36.11 // indirect