Skip to content

Commit 22c4a1a

Browse files
authored
Merge pull request #574 from pjbgf/patch-180222
Update dependencies
2 parents b73d337 + 3a7828e commit 22c4a1a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ require (
6767
github.com/containerd/continuity v0.2.1 // indirect
6868
github.com/davecgh/go-spew v1.1.1 // indirect
6969
github.com/dimchansky/utfbom v1.1.1 // indirect
70+
github.com/docker/distribution v2.8.0+incompatible // indirect
7071
github.com/docker/go-connections v0.4.0 // indirect
7172
github.com/docker/go-units v0.4.0 // indirect
7273
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
@@ -136,13 +137,13 @@ require (
136137
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
137138
github.com/oklog/run v1.0.0 // indirect
138139
github.com/opencontainers/go-digest v1.0.0 // indirect
139-
github.com/opencontainers/image-spec v1.0.1 // indirect
140+
github.com/opencontainers/image-spec v1.0.2 // indirect
140141
github.com/opencontainers/runc v0.1.1 // indirect
141142
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
142143
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
143144
github.com/pkg/errors v0.9.1 // indirect
144145
github.com/pmezard/go-difflib v1.0.0 // indirect
145-
github.com/prometheus/client_golang v1.11.0 // indirect
146+
github.com/prometheus/client_golang v1.11.1 // indirect
146147
github.com/prometheus/client_model v0.2.0 // indirect
147148
github.com/prometheus/common v0.28.0 // indirect
148149
github.com/prometheus/procfs v0.6.0 // indirect

go.sum

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQ
210210
github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=
211211
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
212212
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
213+
github.com/docker/distribution v2.8.0+incompatible h1:l9EaZDICImO1ngI+uTifW+ZYvvz7fKISBAKpg+MbWbY=
214+
github.com/docker/distribution v2.8.0+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
213215
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
214216
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
215217
github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=
@@ -696,8 +698,9 @@ github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDf
696698
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
697699
github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU=
698700
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
699-
github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=
700701
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
702+
github.com/prometheus/client_golang v1.11.1 h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=
703+
github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
701704
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
702705
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
703706
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

0 commit comments

Comments
 (0)