-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
52 lines (48 loc) · 1.88 KB
/
Copy pathgo.mod
File metadata and controls
52 lines (48 loc) · 1.88 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
44
45
46
47
48
49
50
51
52
module reactor.de/reactor-ca
go 1.24
require (
filippo.io/age v1.2.1
github.com/creack/pty v1.1.24
github.com/fatih/color v1.18.0
github.com/olekukonko/tablewriter v1.0.9
github.com/qsocket/conpty-go v0.0.0-20230315180542-d8f8596877dc
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/spf13/cobra v1.9.1
github.com/tebeka/selenium v0.9.9
golang.org/x/term v0.33.0
golang.org/x/text v0.27.0
gopkg.in/yaml.v3 v3.0.1
)
tool (
github.com/effective-security/cov-report/cmd/cov-report
github.com/google/yamlfmt/cmd/yamlfmt
github.com/santhosh-tekuri/jsonschema/cmd/jv
honnef.co/go/tools/cmd/staticcheck
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect
github.com/effective-security/cov-report v1.2.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/yamlfmt v0.17.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/olekukonko/errors v1.1.0 // indirect
github.com/olekukonko/ll v0.0.9 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
github.com/santhosh-tekuri/jsonschema/cmd/jv v0.7.0 // indirect
github.com/spf13/pflag v1.0.7 // indirect
golang.org/x/crypto v0.40.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/tools v0.34.0 // indirect
honnef.co/go/tools v0.6.1 // indirect
)