-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (39 loc) · 1.75 KB
/
go.mod
File metadata and controls
43 lines (39 loc) · 1.75 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
37
38
39
40
41
42
43
module github.com/Method-Security/methodtenable
go 1.26.0
require (
github.com/Method-Security/pkg v0.0.6
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.11.1
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/openzipkin/zipkin-go v0.2.5 // 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.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.13.2-0.20241226121412-a5dc8ff20d0a // indirect
github.com/spf13/pflag v1.0.7 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/sys v0.35.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/zmap/zcrypto => github.com/zmap/zcrypto v0.0.0-20241218205341-e47c4f4da3a4