-
Notifications
You must be signed in to change notification settings - Fork 149
/
Copy pathgo.mod
28 lines (25 loc) · 908 Bytes
/
go.mod
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
module github.com/go-debos/debos
go 1.23
require (
al.essio.dev/pkg/shellescape v1.5.1
github.com/docker/go-units v0.5.0
github.com/freddierice/go-losetup/v2 v2.0.1
github.com/go-debos/fakemachine v0.0.11
github.com/go-task/slim-sprig/v3 v3.0.0
github.com/google/uuid v1.6.0
github.com/jessevdk/go-flags v1.6.1
github.com/sjoerdsimons/ostree-go v0.0.0-20201014091107-8fae757256f8
github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/14rcole/gopopulate v0.0.0-20180821133914-b175b219e774 // indirect
github.com/alessio/shellescape v1.4.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/surma/gocpio v1.1.0 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
golang.org/x/sys v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)