1
1
module github.com/digineo/zackup
2
2
3
- go 1.15
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/digineo/goldflags v0.0.0-20191122002131-f4bfb8d086f0
@@ -12,16 +12,33 @@ require (
12
12
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
13
13
github.com/onsi/ginkgo v1.12.0 // indirect
14
14
github.com/pkg/errors v0.9.1
15
- github.com/prometheus/client_golang v1.9 .0
16
- github.com/sirupsen/logrus v1.7.0
17
- github.com/spf13/cobra v1.1 .1
18
- github.com/stretchr/testify v1.5.1
15
+ github.com/prometheus/client_golang v1.11 .0
16
+ github.com/sirupsen/logrus v1.8.1
17
+ github.com/spf13/cobra v1.2 .1
18
+ github.com/stretchr/testify v1.7.0
19
19
github.com/tidwall/match v1.0.3
20
20
github.com/x-cray/logrus-prefixed-formatter v0.5.2
21
21
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
22
- golang.org/x/sys v0.0.0-20201231184435-2d18734c6014
22
+ golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
23
23
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
24
- google.golang.org/protobuf v1.25.0 // indirect
24
+ google.golang.org/protobuf v1.27.1 // indirect
25
25
gopkg.in/gemnasium/logrus-graylog-hook.v2 v2.0.7
26
26
gopkg.in/yaml.v2 v2.4.0
27
27
)
28
+
29
+ require (
30
+ github.com/beorn7/perks v1.0.1 // indirect
31
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
32
+ github.com/davecgh/go-spew v1.1.1 // indirect
33
+ github.com/golang/protobuf v1.5.2 // indirect
34
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
35
+ github.com/mattn/go-isatty v0.0.13 // indirect
36
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
37
+ github.com/onsi/gomega v1.7.1 // indirect
38
+ github.com/pmezard/go-difflib v1.0.0 // indirect
39
+ github.com/prometheus/client_model v0.2.0 // indirect
40
+ github.com/prometheus/common v0.30.0 // indirect
41
+ github.com/prometheus/procfs v0.7.3 // indirect
42
+ github.com/spf13/pflag v1.0.5 // indirect
43
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
44
+ )
0 commit comments