Skip to content

Commit ce96fba

Browse files
committed
chore(deps): updates
1 parent 7ec177c commit ce96fba

File tree

2 files changed

+174
-6
lines changed

2 files changed

+174
-6
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
module github.com/go-courier/husky
22

3-
go 1.15
3+
go 1.16
44

55
require (
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
)

0 commit comments

Comments
 (0)