Skip to content

Commit

Permalink
bump etcd client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
redradrat committed Nov 11, 2021
1 parent 72efd1a commit 9e7205a
Show file tree
Hide file tree
Showing 273 changed files with 37,042 additions and 11,521 deletions.
8 changes: 1 addition & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.14

require (
github.com/AlecAivazis/survey/v2 v2.1.1
github.com/coreos/etcd v3.3.13+incompatible
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
github.com/fatih/color v1.13.0
github.com/fatih/structs v1.1.0
Expand All @@ -14,23 +13,18 @@ require (
github.com/google/go-querystring v1.0.0
github.com/google/logger v1.1.0
github.com/grafana/tanka v0.18.2
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
github.com/kr/pty v1.1.5 // indirect
github.com/labstack/echo/v4 v4.1.16
github.com/labstack/gommon v0.3.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/olekukonko/tablewriter v0.0.4
github.com/prometheus/client_golang v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.0.11 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0
go.etcd.io/bbolt v1.3.3 // indirect
go.etcd.io/etcd/client/v3 v3.5.1
)

replace github.com/Joker/jade v1.0.0 => github.com/Joker/jade v1.0.1-0.20200506134858-ee26e3c533bb
Expand Down
114 changes: 77 additions & 37 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/repositories/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import (
"os"
"time"

"github.com/coreos/etcd/clientv3"
"github.com/fatih/structs"
"github.com/google/logger"
"github.com/mitchellh/mapstructure"
"github.com/redradrat/kable/pkg/errors"
"github.com/spf13/viper"
clientv3 "go.etcd.io/etcd/client/v3"
)

const (
Expand Down
3 changes: 1 addition & 2 deletions pkg/repositories/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ import (
"testing"
"time"

"github.com/coreos/etcd/clientv3"

"github.com/spf13/viper"
clientv3 "go.etcd.io/etcd/client/v3"

"github.com/labstack/gommon/random"
)
Expand Down
Loading

0 comments on commit 9e7205a

Please sign in to comment.