-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (45 loc) · 1.79 KB
/
go.mod
File metadata and controls
49 lines (45 loc) · 1.79 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
module github.com/open-edge-platform/image-composer-tool
go 1.24.0
toolchain go1.24.5
require (
github.com/ProtonMail/go-crypto v1.3.0
github.com/bendahl/uinput v1.4.0
github.com/diskfs/go-diskfs v1.7.0
github.com/gdamore/tcell v1.4.0
github.com/google/uuid v1.6.0
github.com/klauspost/compress v1.18.4
github.com/muesli/crunchy v0.4.0
github.com/rivo/tview v0.0.0-20200219135020-0ba8301b415c
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/sassoftware/go-rpmutils v0.4.0
github.com/schollz/progressbar/v3 v3.7.0
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.10
github.com/ulikunitz/xz v0.5.15
go.uber.org/zap v1.27.1
gopkg.in/yaml.v3 v3.0.1
sigs.k8s.io/yaml v1.4.0
)
require (
github.com/DataDog/zstd v1.5.5 // indirect
github.com/anchore/go-lzo v0.1.0 // indirect
github.com/cloudflare/circl v1.6.3 // indirect
github.com/djherbis/times v1.6.0 // indirect
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/pkg/xattr v0.4.9 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
)