Skip to content

Commit

Permalink
Upgrade etcd in core/v2 (#3968)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikki Attea <nikki@sensu.io>
  • Loading branch information
Nikki Attea committed Aug 7, 2020
1 parent 8615394 commit f61e723
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 148 deletions.
3 changes: 1 addition & 2 deletions api/core/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/sensu/sensu-go/api/core/v2
go 1.13

require (
github.com/coreos/etcd v3.3.17+incompatible
github.com/coreos/etcd v3.3.22+incompatible
github.com/coreos/go-semver v0.3.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/echlebek/crock v1.0.1
Expand All @@ -16,7 +16,6 @@ require (
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.0
github.com/coreos/etcd v3.3.17+incompatible
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
Expand Down
Loading

0 comments on commit f61e723

Please sign in to comment.