|
1 | 1 | module github.com/AliceO2Group/Control |
2 | 2 |
|
3 | | -go 1.12 |
| 3 | +go 1.14 |
4 | 4 |
|
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 |
8 | 9 |
|
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 | +) |
12 | 15 |
|
13 | 16 | 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 |
20 | 22 | github.com/coreos/go-semver v0.3.0 // indirect |
| 23 | + github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect |
21 | 24 | github.com/fatih/color v1.9.0 |
| 25 | + github.com/fsnotify/fsnotify v1.4.9 // indirect |
22 | 26 | github.com/gdamore/tcell v1.3.0 |
| 27 | + github.com/gliderlabs/ssh v0.3.0 // indirect |
23 | 28 | github.com/gobwas/glob v0.2.3 |
24 | 29 | 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 |
27 | 32 | 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 |
33 | 40 | 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 |
35 | 43 | 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 |
38 | 45 | github.com/imdario/mergo v0.3.8 |
39 | 46 | github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a |
40 | | - github.com/json-iterator/go v1.1.9 // indirect |
41 | 47 | github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect |
42 | 48 | github.com/k0kubun/pp v3.0.1+incompatible |
43 | 49 | github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect |
| 50 | + github.com/kr/text v0.2.0 // indirect |
44 | 51 | github.com/kylelemons/godebug v1.1.0 // indirect |
45 | 52 | 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 |
49 | 55 | github.com/mesos/mesos-go v0.0.0-20190717023829-56ac038085ac |
50 | 56 | github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect |
| 57 | + github.com/miekg/dns v1.1.29 // indirect |
51 | 58 | github.com/mitchellh/go-homedir v1.1.0 |
| 59 | + github.com/mitchellh/mapstructure v1.2.2 // indirect |
52 | 60 | github.com/naoina/go-stringutil v0.1.0 // indirect |
53 | 61 | github.com/naoina/toml v0.1.1 |
| 62 | + github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
54 | 63 | 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 |
57 | 66 | github.com/pborman/uuid v1.2.0 |
58 | 67 | github.com/pelletier/go-toml v1.6.0 // indirect |
| 68 | + github.com/pkg/errors v0.9.1 // indirect |
59 | 69 | 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 |
63 | 73 | github.com/rs/xid v1.2.1 |
64 | | - github.com/russross/blackfriday v2.0.0+incompatible // indirect |
65 | 74 | 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 |
67 | 77 | github.com/spf13/afero v1.2.2 // indirect |
68 | 78 | github.com/spf13/cast v1.3.1 // indirect |
69 | | - github.com/spf13/cobra v0.0.5 |
| 79 | + github.com/spf13/cobra v0.0.6 |
70 | 80 | github.com/spf13/jwalterweatherman v1.1.0 // indirect |
71 | 81 | github.com/spf13/pflag v1.0.5 |
72 | 82 | github.com/spf13/viper v1.6.2 |
73 | 83 | github.com/teo/logrus-prefixed-formatter v0.0.0-20171201112440-d4c78d981295 |
| 84 | + github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect |
74 | 85 | github.com/valyala/fasttemplate v1.1.0 |
75 | 86 | github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect |
76 | 87 | 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 |
86 | 101 | 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 |
89 | 105 | ) |
0 commit comments