Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading