@@ -12,7 +12,6 @@ require (
12
12
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
13
13
github.com/kyokomi/emoji v2.2.4+incompatible
14
14
github.com/logrusorgru/aurora v2.0.3+incompatible
15
- github.com/lxc/lxd v0.0.0-20230621171605-0c2f4271a632
16
15
github.com/magiconair/properties v1.8.7 // indirect
17
16
github.com/olekukonko/tablewriter v0.0.5
18
17
github.com/onsi/ginkgo/v2 v2.15.0
@@ -29,13 +28,14 @@ require (
29
28
helm.sh/helm/v3 v3.14.2
30
29
)
31
30
31
+ require github.com/canonical/lxd v0.0.0-20231212113931-6b2c9592e968
32
+
32
33
require (
33
34
github.com/BurntSushi/toml v1.3.2 // indirect
34
35
github.com/Masterminds/goutils v1.1.1 // indirect
35
36
github.com/Masterminds/semver v1.5.0 // indirect
36
37
github.com/Masterminds/semver/v3 v3.2.1 // indirect
37
38
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
38
- github.com/canonical/lxd v0.0.0-20231212113931-6b2c9592e968 // indirect
39
39
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
40
40
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
41
41
github.com/dsnet/compress v0.0.1 // indirect
@@ -86,7 +86,6 @@ require (
86
86
github.com/modern-go/reflect2 v1.0.2 // indirect
87
87
github.com/muhlemmer/gu v0.3.1 // indirect
88
88
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
89
- github.com/pborman/uuid v1.2.1 // indirect
90
89
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
91
90
github.com/pkg/sftp v1.13.6 // indirect
92
91
github.com/pkg/xattr v0.4.9 // indirect
@@ -116,7 +115,7 @@ require (
116
115
golang.org/x/time v0.5.0 // indirect
117
116
golang.org/x/tools v0.16.1 // indirect
118
117
google.golang.org/appengine v1.6.8 // indirect
119
- google.golang.org/protobuf v1.31 .0 // indirect
118
+ google.golang.org/protobuf v1.33 .0 // indirect
120
119
gopkg.in/errgo.v1 v1.0.1 // indirect
121
120
gopkg.in/httprequest.v1 v1.2.1 // indirect
122
121
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments