forked from canonical/chisel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 704 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 704 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
module github.com/canonical/chisel
go 1.25.8
require (
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
github.com/jessevdk/go-flags v1.6.1
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
github.com/klauspost/compress v1.18.0
github.com/ulikunitz/xz v0.5.15
go.starlark.net v0.0.0-20250417143717-f57e51f710eb
golang.org/x/crypto v0.37.0
golang.org/x/term v0.31.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/sys v0.32.0 // indirect
)