Skip to content

Commit

Permalink
🧹 update go mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Dec 14, 2024
1 parent caa26be commit 01d905f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions providers/nmap/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
module go.mondoo.com/cnquery/v11/providers/nmap

go 1.22
go 1.23

require go.mondoo.com/cnquery/v11 v11.6.3
require (
github.com/Ullaakut/nmap/v3 v3.0.3
github.com/cockroachdb/errors v1.11.3
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.9.0
go.mondoo.com/cnquery/v11 v11.6.3
)

require (
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
Expand Down Expand Up @@ -34,7 +40,6 @@ require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/Ullaakut/nmap/v3 v3.0.3 // indirect
github.com/alecthomas/go-check-sumtype v0.1.4 // indirect
github.com/alexkohler/nakedret/v2 v2.0.4 // indirect
github.com/alexkohler/prealloc v1.0.0 // indirect
Expand Down Expand Up @@ -74,7 +79,6 @@ require (
github.com/chavacava/garif v0.1.0 // indirect
github.com/ckaznocha/intrange v0.1.2 // indirect
github.com/cloudflare/circl v1.3.8 // indirect
github.com/cockroachdb/errors v1.11.3 // indirect
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
github.com/cockroachdb/redact v1.1.5 // indirect
github.com/curioswitch/go-reassign v0.2.0 // indirect
Expand Down Expand Up @@ -129,7 +133,6 @@ require (
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
github.com/gordonklaus/ineffassign v0.1.0 // indirect
Expand Down Expand Up @@ -245,7 +248,6 @@ require (
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
github.com/tdakkota/asciicheck v0.2.0 // indirect
Expand Down

0 comments on commit 01d905f

Please sign in to comment.