File tree Expand file tree Collapse file tree 2 files changed +174
-6
lines changed
Expand file tree Collapse file tree 2 files changed +174
-6
lines changed Original file line number Diff line number Diff line change 11module github.com/go-courier/husky
22
3- go 1.15
3+ go 1.16
44
55require (
66 github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
77 github.com/davecgh/go-spew v1.1.1
88 github.com/go-courier/semver v1.0.1
9- github.com/go-logr/glogr v0.3 .0
10- github.com/go-logr/logr v0.3 .0
9+ github.com/go-logr/glogr v0.4 .0
10+ github.com/go-logr/logr v0.4 .0
1111 github.com/gobwas/glob v0.2.3
1212 github.com/kr/text v0.2.0 // indirect
1313 github.com/mattn/go-colorable v0.1.7 // indirect
1414 github.com/onsi/gomega v1.10.2
1515 github.com/pkg/errors v0.9.1
16- github.com/spf13/cobra v1.1.1
16+ github.com/spf13/cobra v1.1.3
1717 github.com/spf13/pflag v1.0.5 // indirect
1818 github.com/ugorji/go v1.1.4 // indirect
1919 github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
2020 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
2121 golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
22- golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
22+ golang.org/x/sys v0.0.0-20210217105451-b926d437f341 // indirect
2323 golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
2424 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2525 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2626 gopkg.in/yaml.v2 v2.4.0
27- mvdan.cc/sh/v3 v3.2.1
27+ mvdan.cc/sh/v3 v3.2.2
2828)
You can’t perform that action at this time.
0 commit comments