Update dependencies
This commit is contained in:
parent
6e40f6a3b3
commit
81270c867e
30
go.mod
30
go.mod
|
|
@ -3,17 +3,23 @@ module github.com/docker-library/bashbrew
|
|||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/containerd/containerd v1.4.11
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
||||
github.com/Microsoft/go-winio v0.5.1 // indirect
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 // indirect
|
||||
github.com/containerd/containerd v1.5.8
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
||||
github.com/go-git/go-git/v5 v5.4.2
|
||||
github.com/opencontainers/go-digest v1.0.0 // indirect
|
||||
github.com/opencontainers/image-spec v1.0.1
|
||||
github.com/sirupsen/logrus v1.6.0 // indirect
|
||||
github.com/urfave/cli v1.22.4
|
||||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
|
||||
google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24 // indirect
|
||||
google.golang.org/grpc v1.32.0 // indirect
|
||||
gotest.tools/v3 v3.0.2 // indirect
|
||||
pault.ag/go/debian v0.11.0
|
||||
pault.ag/go/topsort v0.0.0-20160530003732-f98d2ad46e1a
|
||||
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
||||
github.com/klauspost/compress v1.13.6 // indirect
|
||||
github.com/opencontainers/image-spec v1.0.2
|
||||
github.com/sergi/go-diff v1.2.0 // indirect
|
||||
github.com/urfave/cli v1.22.5
|
||||
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
||||
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
|
||||
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
||||
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
|
||||
google.golang.org/genproto v0.0.0-20211129164237-f09f9a12af12 // indirect
|
||||
google.golang.org/grpc v1.42.0 // indirect
|
||||
pault.ag/go/debian v0.12.0
|
||||
pault.ag/go/topsort v0.1.1
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue