version: 3.5.0-rc.1

Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
This commit is contained in:
Sam Batschelet
2021-06-09 17:57:52 -04:00
parent 5d52faec47
commit 8139dd3e55
10 changed files with 43 additions and 43 deletions

View File

@@ -5,8 +5,8 @@ go 1.16
require (
github.com/json-iterator/go v1.1.11
github.com/modern-go/reflect2 v1.0.1
go.etcd.io/etcd/api/v3 v3.5.0-rc.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.0
go.etcd.io/etcd/api/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
)
replace (

View File

@@ -6,8 +6,8 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/prometheus/client_golang v1.11.0
go.etcd.io/etcd/api/v3 v3.5.0-rc.0
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.0
go.etcd.io/etcd/api/v3 v3.5.0-rc.1
go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.1
go.uber.org/zap v1.17.0
google.golang.org/grpc v1.38.0
sigs.k8s.io/yaml v1.2.0