Skip to content

Commit dc731e4

Browse files
committed
Clarify sha matching etcd release tag
1 parent 2059ad6 commit dc731e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ replace (
482482
github.com/xlab/handysort => github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1
483483
github.com/xordataexchange/crypt => github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
484484
go.etcd.io/bbolt => go.etcd.io/bbolt v1.3.3
485-
go.etcd.io/etcd => go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
485+
go.etcd.io/etcd => go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 // 3cf2f69b5738 is the SHA for git tag v3.4.3
486486
go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.1.2
487487
go.opencensus.io => go.opencensus.io v0.21.0
488488
go.uber.org/atomic => go.uber.org/atomic v1.3.2

0 commit comments

Comments
 (0)