Skip to content

Commit 3e181de

Browse files
authored
Merge pull request #43 from atlassian/renovate/github.com-coreos-etcd-3.x
Update module github.com/coreos/etcd to v3.3.27+incompatible
2 parents 9b36a57 + bca5048 commit 3e181de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ replace (
1717
// add these libraries as direct dependencies, but to stop `go mod tidy`
1818
// removing them we would need to import them somewhere in the code.
1919
// See: https://github.com/golang/go/issues/37352
20-
github.com/coreos/etcd => github.com/coreos/etcd v3.3.25+incompatible
20+
github.com/coreos/etcd => github.com/coreos/etcd v3.3.27+incompatible
2121
github.com/gorilla/websocket => github.com/gorilla/websocket v1.4.2
2222
github.com/labstack/echo/v4 => github.com/labstack/echo/v4 v4.2.0
2323
golang.org/x/text => golang.org/x/text v0.3.5

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5
99
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=
1010
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0/go.mod h1:4Zcjuz89kmFXt9morQgcfYZAYZ5n8WHjt81YYWIwtTM=
1111
github.com/coreos/etcd v3.3.25+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
12+
github.com/coreos/etcd v3.3.27+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
1213
github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
1314
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
1415
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=

0 commit comments

Comments
 (0)