-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 750 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (23 loc) · 750 Bytes
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
module github.com/AkihiroSuda/gomodjail/v2
go 1.25.0
require (
github.com/AkihiroSuda/gomoddirectivecomments v0.1.0
github.com/elastic/go-seccomp-bpf v1.6.0
github.com/google/capslock v0.3.2
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
golang.org/x/mod v0.40.0
golang.org/x/sys v0.47.0
golang.org/x/tools v0.49.0
gotest.tools/v3 v3.5.2
)
require (
github.com/fatih/color v1.19.0 // indirect
github.com/google/go-cmp v0.7.0 // 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
golang.org/x/net v0.58.0 // indirect
golang.org/x/sync v0.22.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)