Skip to content

Commit

Permalink
Update gomod
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
  • Loading branch information
monstermunchkin committed Nov 25, 2021
1 parent 2cdc8f2 commit 1536e81
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 18 deletions.
17 changes: 7 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,35 @@ module github.com/lxc/distrobuilder

go 1.13

exclude (
github.com/klauspost/compress v1.13.6
github.com/rootless-containers/proto v0.1.0
)
exclude github.com/rootless-containers/proto v0.1.0

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20211102141018-f7be0cbad29c // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
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/containerd v1.5.8 // indirect
github.com/containerd/continuity v0.2.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.10.1 // indirect
github.com/docker/docker v20.10.11+incompatible // indirect
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
github.com/fsouza/go-dockerclient v1.7.4 // indirect
github.com/gobuffalo/packr/v2 v2.8.3
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/heroku/docker-registry-client v0.0.0-20211012143308-9463674c8930 // indirect
github.com/klauspost/compress v1.13.5 // indirect
github.com/lxc/lxd v0.0.0-20211122213027-4d02e22d2510
github.com/lxc/lxd v0.0.0-20211125040146-1dc0b672e939
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/moby/sys/mount v0.3.0 // indirect
github.com/mudler/docker-companion v0.4.6-0.20211015133729-bd4704fad372
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/opencontainers/umoci v0.4.8-0.20211009121349-9c76304c034d // indirect
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.22.5 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881
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
Expand Down
Loading

0 comments on commit 1536e81

Please sign in to comment.