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 884ba1e commit b075ae5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions providers/nmap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ module go.mondoo.com/cnquery/v11/providers/nmap

go 1.22

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
go.mondoo.com/cnquery/v11 v11.6.3
)

require (
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
Expand Down Expand Up @@ -34,7 +39,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 +78,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 +132,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

0 comments on commit b075ae5

Please sign in to comment.