forked from lxc/distrobuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (31 loc) · 1.4 KB
/
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
29
30
31
32
33
34
35
36
module github.com/lxc/distrobuilder
go 1.16
exclude github.com/rootless-containers/proto v0.1.0
replace google.golang.org/grpc/naming => google.golang.org/grpc v1.29.1
require (
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
github.com/gobuffalo/packr/v2 v2.8.3
github.com/lxc/lxd v0.0.0-20211216085512-a2849ac27902
github.com/mudler/docker-companion v0.4.6-0.20211015133729-bd4704fad372
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
gopkg.in/antchfx/htmlquery.v1 v1.2.2
gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20211123104302-8fea106b46e2 // indirect
github.com/Microsoft/hcsshim v0.9.1 // indirect
github.com/antchfx/xpath v1.2.0 // indirect
github.com/containerd/cgroups v1.0.2 // indirect
github.com/containerd/continuity v0.2.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.10.1 // indirect
github.com/fsouza/go-dockerclient v1.7.6 // indirect
github.com/heroku/docker-registry-client v0.0.0-20211012143308-9463674c8930 // indirect
github.com/moby/sys/mount v0.3.0 // indirect
github.com/opencontainers/umoci v0.4.8-0.20211009121349-9c76304c034d // indirect
github.com/urfave/cli v1.22.5 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
)