-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.3 KB
/
go.mod
File metadata and controls
36 lines (33 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/Method-Security/infrascan
go 1.24.4
require (
github.com/Method-Security/pkg v0.0.6
github.com/google/gopacket v1.1.19
github.com/google/uuid v1.6.0
github.com/palantir/pkg/datetime v1.2.0
github.com/palantir/witchcraft-go-logging v1.61.0
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
golang.org/x/sys v0.12.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/palantir/pkg v1.1.0 // indirect
github.com/palantir/pkg/bytesbuffers v1.2.0 // indirect
github.com/palantir/pkg/safejson v1.1.0 // indirect
github.com/palantir/pkg/safelong v1.2.0 // indirect
github.com/palantir/pkg/safeyaml v1.1.0 // indirect
github.com/palantir/pkg/transform v1.1.0 // indirect
github.com/palantir/pkg/uuid v1.2.0 // indirect
github.com/palantir/witchcraft-go-error v1.41.0 // indirect
github.com/palantir/witchcraft-go-params v1.38.0 // indirect
github.com/palantir/witchcraft-go-tracing v1.40.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)