Skip to content

Commit 98532a9

Browse files
committed
update dependencies
1 parent 9bf7bb4 commit 98532a9

File tree

2 files changed

+52
-219
lines changed

2 files changed

+52
-219
lines changed

go.mod

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
module github.com/digineo/zackup
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/digineo/goldflags v0.0.0-20191122002131-f4bfb8d086f0
77
github.com/dustin/go-humanize v1.0.0
88
github.com/gorilla/mux v1.8.0
99
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
1010
github.com/k0kubun/pp v3.0.1+incompatible
11-
github.com/mattn/go-colorable v0.1.8 // indirect
11+
github.com/mattn/go-colorable v0.1.12 // indirect
1212
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
1313
github.com/onsi/ginkgo v1.12.0 // indirect
1414
github.com/pkg/errors v0.9.1
15-
github.com/prometheus/client_golang v1.11.0
15+
github.com/prometheus/client_golang v1.12.1
1616
github.com/sirupsen/logrus v1.8.1
17-
github.com/spf13/cobra v1.2.1
17+
github.com/spf13/cobra v1.4.0
1818
github.com/stretchr/testify v1.7.0
19-
github.com/tidwall/match v1.0.3
19+
github.com/tidwall/match v1.1.1
2020
github.com/x-cray/logrus-prefixed-formatter v0.5.2
21-
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
22-
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
23-
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
24-
google.golang.org/protobuf v1.27.1 // indirect
21+
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
22+
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f
23+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
24+
google.golang.org/protobuf v1.28.0 // indirect
2525
gopkg.in/gemnasium/logrus-graylog-hook.v2 v2.0.7
2626
gopkg.in/yaml.v2 v2.4.0
2727
)
2828

2929
require (
3030
github.com/beorn7/perks v1.0.1 // indirect
31-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
31+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
3232
github.com/davecgh/go-spew v1.1.1 // indirect
3333
github.com/golang/protobuf v1.5.2 // indirect
3434
github.com/inconshreveable/mousetrap v1.0.0 // indirect
35-
github.com/mattn/go-isatty v0.0.13 // indirect
35+
github.com/mattn/go-isatty v0.0.14 // indirect
3636
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
3737
github.com/onsi/gomega v1.7.1 // indirect
3838
github.com/pmezard/go-difflib v1.0.0 // indirect
3939
github.com/prometheus/client_model v0.2.0 // indirect
40-
github.com/prometheus/common v0.30.0 // indirect
40+
github.com/prometheus/common v0.33.0 // indirect
4141
github.com/prometheus/procfs v0.7.3 // indirect
4242
github.com/spf13/pflag v1.0.5 // indirect
4343
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect

0 commit comments

Comments
 (0)