Skip to content

Commit 58622c2

Browse files
committed
Tidy up go mod and vendor to fix build
1 parent 09285ba commit 58622c2

4 files changed

Lines changed: 26 additions & 27 deletions

File tree

go.mod

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,27 @@ require (
2525
)
2626

2727
require (
28-
github.com/Microsoft/go-winio v0.4.16 // indirect
28+
github.com/Microsoft/go-winio v0.4.17 // indirect
2929
github.com/antchfx/xpath v1.1.10 // indirect
30-
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
30+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
3131
github.com/davecgh/go-spew v1.1.1 // indirect
3232
github.com/docker/distribution v2.7.1+incompatible // indirect
33-
github.com/docker/go-connections v0.4.0 // indirect
3433
github.com/docker/go-units v0.4.0 // indirect
34+
github.com/gogo/protobuf v1.3.2 // indirect
3535
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
36+
github.com/golang/protobuf v1.5.0 // indirect
3637
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
3738
github.com/opencontainers/go-digest v1.0.0 // indirect
3839
github.com/pkg/errors v0.9.1 // indirect
3940
github.com/russross/blackfriday/v2 v2.0.1 // indirect
4041
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
42+
github.com/sirupsen/logrus v1.8.1 // indirect
4143
github.com/tidwall/match v1.1.1 // indirect
4244
github.com/tidwall/pretty v1.2.0 // indirect
4345
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
44-
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
45-
golang.org/x/text v0.3.3 // indirect
46+
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
47+
golang.org/x/text v0.3.4 // indirect
48+
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
49+
google.golang.org/protobuf v1.27.1 // indirect
4650
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
4751
)

vendor/github.com/sirupsen/logrus/go.mod

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/github.com/sirupsen/logrus/go.sum

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# github.com/Microsoft/go-winio v0.4.17
2+
## explicit; go 1.12
23
github.com/Microsoft/go-winio
34
github.com/Microsoft/go-winio/pkg/guid
45
# github.com/antchfx/xmlquery v1.3.5
@@ -11,16 +12,18 @@ github.com/antchfx/xpath
1112
## explicit; go 1.12
1213
github.com/commander-cli/cmd
1314
# github.com/containerd/containerd v1.5.8
14-
## explicit
15+
## explicit; go 1.16
1516
github.com/containerd/containerd/errdefs
1617
github.com/containerd/containerd/log
1718
github.com/containerd/containerd/platforms
1819
# github.com/cpuguy83/go-md2man/v2 v2.0.0
20+
## explicit; go 1.12
1921
github.com/cpuguy83/go-md2man/v2/md2man
2022
# github.com/davecgh/go-spew v1.1.1
2123
## explicit
2224
github.com/davecgh/go-spew/spew
2325
# github.com/docker/distribution v2.7.1+incompatible
26+
## explicit
2427
github.com/docker/distribution/digestset
2528
github.com/docker/distribution/reference
2629
github.com/docker/distribution/registry/api/errcode
@@ -51,31 +54,35 @@ github.com/docker/go-connections/nat
5154
github.com/docker/go-connections/sockets
5255
github.com/docker/go-connections/tlsconfig
5356
# github.com/docker/go-units v0.4.0
57+
## explicit
5458
github.com/docker/go-units
5559
# github.com/gogo/protobuf v1.3.2
60+
## explicit; go 1.15
5661
github.com/gogo/protobuf/proto
5762
# github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
5863
## explicit
5964
github.com/golang/groupcache/lru
6065
# github.com/golang/protobuf v1.5.0
66+
## explicit; go 1.9
6167
github.com/golang/protobuf/proto
6268
github.com/golang/protobuf/ptypes
6369
github.com/golang/protobuf/ptypes/any
6470
github.com/golang/protobuf/ptypes/duration
6571
github.com/golang/protobuf/ptypes/timestamp
6672
# github.com/gorilla/mux v1.8.0
67-
## explicit
73+
## explicit; go 1.12
6874
# github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
6975
## explicit
7076
github.com/h2non/parth
7177
# github.com/logrusorgru/aurora v2.0.3+incompatible
7278
## explicit
7379
github.com/logrusorgru/aurora
7480
# github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
75-
## explicit
81+
## explicit; go 1.13
7682
# github.com/morikuni/aec v1.0.0
7783
## explicit
7884
# github.com/opencontainers/go-digest v1.0.0
85+
## explicit; go 1.13
7986
github.com/opencontainers/go-digest
8087
# github.com/opencontainers/image-spec v1.0.2
8188
## explicit
@@ -94,6 +101,7 @@ github.com/russross/blackfriday/v2
94101
## explicit
95102
github.com/shurcooL/sanitized_anchor_name
96103
# github.com/sirupsen/logrus v1.8.1
104+
## explicit; go 1.13
97105
github.com/sirupsen/logrus
98106
# github.com/stretchr/testify v1.7.0
99107
## explicit; go 1.13
@@ -122,17 +130,20 @@ golang.org/x/crypto/poly1305
122130
golang.org/x/crypto/ssh
123131
golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
124132
# golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
133+
## explicit; go 1.11
125134
golang.org/x/net/html
126135
golang.org/x/net/html/atom
127136
golang.org/x/net/html/charset
128137
golang.org/x/net/internal/socks
129138
golang.org/x/net/proxy
130139
# golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
140+
## explicit; go 1.17
131141
golang.org/x/sys/cpu
132142
golang.org/x/sys/internal/unsafeheader
133143
golang.org/x/sys/unix
134144
golang.org/x/sys/windows
135145
# golang.org/x/text v0.3.4
146+
## explicit; go 1.11
136147
golang.org/x/text/encoding
137148
golang.org/x/text/encoding/charmap
138149
golang.org/x/text/encoding/htmlindex
@@ -153,13 +164,15 @@ golang.org/x/text/transform
153164
# golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
154165
## explicit
155166
# google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a
167+
## explicit; go 1.11
156168
google.golang.org/genproto/googleapis/rpc/status
157169
# google.golang.org/grpc v1.42.0
158-
## explicit
170+
## explicit; go 1.14
159171
google.golang.org/grpc/codes
160172
google.golang.org/grpc/internal/status
161173
google.golang.org/grpc/status
162174
# google.golang.org/protobuf v1.27.1
175+
## explicit; go 1.9
163176
google.golang.org/protobuf/encoding/prototext
164177
google.golang.org/protobuf/encoding/protowire
165178
google.golang.org/protobuf/internal/descfmt

0 commit comments

Comments
 (0)