Skip to content

Commit 3709f92

Browse files
committed
Document the actual git tag the SHA was picked from
the 3 packages do not have semver tags, the git tags are not good either for go proxy or go get or pin-dependencies script for that matter. So we should just document the git tag we picked the SHA from in go.mod
1 parent 2a731eb commit 3709f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ replace (
217217
github.com/cenkalti/backoff => github.com/cenkalti/backoff v2.1.1+incompatible
218218
github.com/cespare/prettybench => github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c
219219
github.com/chai2010/gettext-go => github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5
220-
github.com/checkpoint-restore/go-criu => github.com/checkpoint-restore/go-criu v0.0.0-20181120144056-17b0214f6c48
220+
github.com/checkpoint-restore/go-criu => github.com/checkpoint-restore/go-criu v0.0.0-20181120144056-17b0214f6c48 // 17b0214f6c48 is the SHA for git tag 3.11
221221
github.com/cheekybits/genny => github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9
222222
github.com/client9/misspell => github.com/client9/misspell v0.3.4
223223
github.com/clusterhq/flocker-go => github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313
@@ -249,7 +249,7 @@ replace (
249249
github.com/docker/libnetwork => github.com/docker/libnetwork v0.8.0-dev.2.0.20190624125649-f0e46a78ea34
250250
github.com/docker/spdystream => github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
251251
github.com/dustin/go-humanize => github.com/dustin/go-humanize v1.0.0
252-
github.com/elazarl/goproxy => github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153
252+
github.com/elazarl/goproxy => github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 // 947c36da3153 is the SHA for git tag v1.11
253253
github.com/emicklei/go-restful => github.com/emicklei/go-restful v2.9.5+incompatible
254254
github.com/euank/go-kmsg-parser => github.com/euank/go-kmsg-parser v2.0.0+incompatible
255255
github.com/evanphx/json-patch => github.com/evanphx/json-patch v4.2.0+incompatible

0 commit comments

Comments
 (0)