Skip to content

Commit

Permalink
remove etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
printfcoder committed Dec 5, 2020
1 parent 11495cf commit 8add7a4
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 1,648 deletions.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var (
cli.StringFlag{
Name: "registry",
EnvVar: "STACK_REGISTRY",
Usage: "Registry for discovery. etcd, mdns",
Usage: "Registry for discovery. mdns",
Alias: "stack_registry_name",
},
cli.StringFlag{
Expand Down
19 changes: 0 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,12 @@ module github.com/stack-labs/stack-rpc

go 1.14

replace (
github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4
google.golang.org/grpc => google.golang.org/grpc v1.26.0
)

require (
github.com/BurntSushi/toml v0.3.1
github.com/beevik/ntp v0.3.0
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/bwmarrin/discordgo v0.20.1
github.com/coreos/bbolt v1.3.4 // indirect
github.com/coreos/etcd v3.3.17+incompatible
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/fsouza/go-dockerclient v1.6.5
github.com/ghodss/yaml v1.0.0
Expand All @@ -27,11 +18,8 @@ require (
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/websocket v1.4.1
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/hashicorp/hcl v1.0.0
github.com/imdario/mergo v0.3.8
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/joncalhoun/qson v0.0.0-20170526102502-8a9cab3a62b1
github.com/json-iterator/go v1.1.8
github.com/kr/pretty v0.1.0
Expand All @@ -41,19 +29,13 @@ require (
github.com/marten-seemann/qtls-go1-15 v0.1.1 // indirect
github.com/mholt/certmagic v0.8.3
github.com/miekg/dns v1.1.22
github.com/mitchellh/hashstructure v1.0.0
github.com/modern-go/reflect2 v1.0.1
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/nlopes/slack v0.6.0
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pkg/errors v0.8.1
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/stretchr/testify v1.4.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
go.uber.org/zap v1.12.0 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
Expand All @@ -65,5 +47,4 @@ require (
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/urfave/cli.v1 v1.20.0
gopkg.in/yaml.v2 v2.3.0
sigs.k8s.io/yaml v1.2.0 // indirect
)
100 changes: 24 additions & 76 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/config/source/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ var (
cli.StringFlag{
Name: "registry",
EnvVar: "STACK_REGISTRY",
Usage: "Registry for discovery. etcd, mdns",
Usage: "Registry for discovery. mdns",
Alias: "stack_registry_name",
},
cli.StringFlag{
Expand Down
51 changes: 0 additions & 51 deletions pkg/config/source/etcd/README.md

This file was deleted.

139 changes: 0 additions & 139 deletions pkg/config/source/etcd/etcd.go

This file was deleted.

70 changes: 0 additions & 70 deletions pkg/config/source/etcd/options.go

This file was deleted.

Loading

0 comments on commit 8add7a4

Please sign in to comment.