Skip to content

Commit f289c93

Browse files
committed
[build] Bump and clean up dependencies
1 parent 929dab3 commit f289c93

2 files changed

Lines changed: 226 additions & 191 deletions

File tree

go.mod

Lines changed: 62 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,105 @@
11
module github.com/AliceO2Group/Control
22

3-
go 1.12
3+
go 1.14
44

5-
// Hack to build go-md2man needed by viper
6-
// Issue: https://github.com/cpuguy83/go-md2man/issues/58
7-
replace github.com/russross/blackfriday => github.com/russross/blackfriday v1.5.2
5+
// github.com/coreos/bbolt@v1.3.4: parsing go.mod:
6+
// module declares its path as: go.etcd.io/bbolt
7+
// but was required as: github.com/coreos/bbolt
8+
replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.3
89

9-
// Hack to get a working binary needed by viper
10-
// Issue: https://github.com/spf13/viper/issues/644
11-
replace github.com/coreos/etcd => github.com/coreos/etcd v3.3.18+incompatible
10+
// Issue: https://github.com/etcd-io/etcd/issues/11563
11+
replace (
12+
github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.0.0
13+
google.golang.org/grpc => google.golang.org/grpc v1.26.0
14+
)
1215

1316
require (
14-
github.com/antlr/antlr4 v0.0.0-20200212165322-530c5facc792 // indirect
15-
github.com/antonmedv/expr v1.4.3
16-
github.com/armon/go-metrics v0.3.0 // indirect
17-
github.com/briandowns/spinner v1.8.0
18-
github.com/coreos/bbolt v1.3.3 // indirect
19-
github.com/coreos/etcd v3.3.18+incompatible // indirect
17+
github.com/antonmedv/expr v1.7.1
18+
github.com/armon/go-metrics v0.3.3 // indirect
19+
github.com/briandowns/spinner v1.9.0
20+
github.com/coreos/bbolt v1.3.4 // indirect
21+
github.com/coreos/etcd v3.3.19+incompatible // indirect
2022
github.com/coreos/go-semver v0.3.0 // indirect
23+
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
2124
github.com/fatih/color v1.9.0
25+
github.com/fsnotify/fsnotify v1.4.9 // indirect
2226
github.com/gdamore/tcell v1.3.0
27+
github.com/gliderlabs/ssh v0.3.0 // indirect
2328
github.com/gobwas/glob v0.2.3
2429
github.com/gogo/protobuf v1.3.1
25-
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
26-
github.com/golang/protobuf v1.3.3
30+
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
31+
github.com/golang/protobuf v1.3.5
2732
github.com/google/uuid v1.1.1
28-
github.com/gorilla/websocket v1.4.1 // indirect
29-
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
30-
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
31-
github.com/hashicorp/consul/api v1.3.0
32-
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
33+
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
34+
github.com/gorilla/websocket v1.4.2 // indirect
35+
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
36+
github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect
37+
github.com/hashicorp/consul/api v1.4.0
38+
github.com/hashicorp/go-hclog v0.12.1 // indirect
39+
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
3340
github.com/hashicorp/go-msgpack v0.5.5 // indirect
34-
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
41+
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
42+
github.com/hashicorp/go-uuid v1.0.2 // indirect
3543
github.com/hashicorp/golang-lru v0.5.4 // indirect
36-
github.com/hashicorp/memberlist v0.1.4 // indirect
37-
github.com/hashicorp/serf v0.8.5 // indirect
44+
github.com/hashicorp/serf v0.9.0 // indirect
3845
github.com/imdario/mergo v0.3.8
3946
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
40-
github.com/json-iterator/go v1.1.9 // indirect
4147
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
4248
github.com/k0kubun/pp v3.0.1+incompatible
4349
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
50+
github.com/kr/text v0.2.0 // indirect
4451
github.com/kylelemons/godebug v1.1.0 // indirect
4552
github.com/looplab/fsm v0.1.0
46-
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
47-
github.com/mattn/go-isatty v0.0.12 // indirect
48-
github.com/mattn/go-runewidth v0.0.8 // indirect
53+
github.com/mattn/go-colorable v0.1.6 // indirect
54+
github.com/mattn/go-runewidth v0.0.9 // indirect
4955
github.com/mesos/mesos-go v0.0.0-20190717023829-56ac038085ac
5056
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
57+
github.com/miekg/dns v1.1.29 // indirect
5158
github.com/mitchellh/go-homedir v1.1.0
59+
github.com/mitchellh/mapstructure v1.2.2 // indirect
5260
github.com/naoina/go-stringutil v0.1.0 // indirect
5361
github.com/naoina/toml v0.1.1
62+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
5463
github.com/olekukonko/tablewriter v0.0.4
55-
github.com/onsi/ginkgo v1.11.0
56-
github.com/onsi/gomega v1.8.1
64+
github.com/onsi/ginkgo v1.12.0
65+
github.com/onsi/gomega v1.9.0
5766
github.com/pborman/uuid v1.2.0
5867
github.com/pelletier/go-toml v1.6.0 // indirect
68+
github.com/pkg/errors v0.9.1 // indirect
5969
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
60-
github.com/prometheus/client_golang v1.3.0
61-
github.com/prometheus/common v0.9.1 // indirect
62-
github.com/rivo/tview v0.0.0-20200108161608-1316ea7a4b35
70+
github.com/prometheus/client_golang v1.5.1
71+
github.com/prometheus/procfs v0.0.11 // indirect
72+
github.com/rivo/tview v0.0.0-20200219210816-cd38d7432498
6373
github.com/rs/xid v1.2.1
64-
github.com/russross/blackfriday v2.0.0+incompatible // indirect
6574
github.com/sergi/go-diff v1.1.0 // indirect
66-
github.com/sirupsen/logrus v1.4.2
75+
github.com/sirupsen/logrus v1.5.0
76+
github.com/smartystreets/assertions v1.0.1 // indirect
6777
github.com/spf13/afero v1.2.2 // indirect
6878
github.com/spf13/cast v1.3.1 // indirect
69-
github.com/spf13/cobra v0.0.5
79+
github.com/spf13/cobra v0.0.6
7080
github.com/spf13/jwalterweatherman v1.1.0 // indirect
7181
github.com/spf13/pflag v1.0.5
7282
github.com/spf13/viper v1.6.2
7383
github.com/teo/logrus-prefixed-formatter v0.0.0-20171201112440-d4c78d981295
84+
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
7485
github.com/valyala/fasttemplate v1.1.0
7586
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
7687
github.com/xlab/treeprint v1.0.0
77-
go.etcd.io/bbolt v1.3.3 // indirect
78-
go.uber.org/zap v1.13.0 // indirect
79-
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
80-
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
81-
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
82-
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
83-
google.golang.org/genproto v0.0.0-20200211111953-2dc5924e3898 // indirect
84-
google.golang.org/grpc v1.27.1
85-
gopkg.in/ini.v1 v1.51.1 // indirect
88+
go.etcd.io/bbolt v1.3.4 // indirect
89+
go.uber.org/zap v1.14.1 // indirect
90+
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
91+
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
92+
golang.org/x/net v0.0.0-20200320220750-118fecf932d8
93+
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
94+
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
95+
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
96+
golang.org/x/tools v0.0.0-20200324053659-5c746ccfa245 // indirect
97+
google.golang.org/genproto v0.0.0-20200323114720-3f67cca34472 // indirect
98+
google.golang.org/grpc v1.28.0
99+
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
100+
gopkg.in/ini.v1 v1.55.0 // indirect
86101
gopkg.in/src-d/go-git.v4 v4.13.1
87-
gopkg.in/yaml.v2 v2.2.7
88-
sigs.k8s.io/yaml v1.1.0 // indirect
102+
gopkg.in/yaml.v2 v2.2.8
103+
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
104+
sigs.k8s.io/yaml v1.2.0 // indirect
89105
)

0 commit comments

Comments
 (0)