Skip to content

Commit 7d8e6d5

Browse files
authored
Merge pull request #38 from infosiftr/update
Update dependencies
2 parents 6e40f6a + 81270c8 commit 7d8e6d5

File tree

2 files changed

+911
-43
lines changed

2 files changed

+911
-43
lines changed

go.mod

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,23 @@ module github.com/docker-library/bashbrew
33
go 1.13
44

55
require (
6-
github.com/containerd/containerd v1.4.11
7-
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
6+
github.com/Microsoft/go-winio v0.5.1 // indirect
7+
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 // indirect
8+
github.com/containerd/containerd v1.5.8
9+
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
810
github.com/go-git/go-git/v5 v5.4.2
9-
github.com/opencontainers/go-digest v1.0.0 // indirect
10-
github.com/opencontainers/image-spec v1.0.1
11-
github.com/sirupsen/logrus v1.6.0 // indirect
12-
github.com/urfave/cli v1.22.4
13-
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
14-
google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24 // indirect
15-
google.golang.org/grpc v1.32.0 // indirect
16-
gotest.tools/v3 v3.0.2 // indirect
17-
pault.ag/go/debian v0.11.0
18-
pault.ag/go/topsort v0.0.0-20160530003732-f98d2ad46e1a
11+
github.com/kevinburke/ssh_config v1.1.0 // indirect
12+
github.com/klauspost/compress v1.13.6 // indirect
13+
github.com/opencontainers/image-spec v1.0.2
14+
github.com/sergi/go-diff v1.2.0 // indirect
15+
github.com/urfave/cli v1.22.5
16+
github.com/xanzy/ssh-agent v0.3.1 // indirect
17+
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
18+
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
19+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
20+
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
21+
google.golang.org/genproto v0.0.0-20211129164237-f09f9a12af12 // indirect
22+
google.golang.org/grpc v1.42.0 // indirect
23+
pault.ag/go/debian v0.12.0
24+
pault.ag/go/topsort v0.1.1
1925
)

0 commit comments

Comments
 (0)