@@ -9,16 +9,18 @@ require (
99 github.com/google/go-github/v28 v28.1.1
1010 github.com/gorilla/websocket v1.4.2
1111 github.com/gosimple/slug v1.9.0
12+ github.com/hookdeck/hookdeck-go-sdk v0.4.1
1213 github.com/logrusorgru/aurora v2.0.3+incompatible
1314 github.com/mitchellh/go-homedir v1.1.0
1415 github.com/sirupsen/logrus v1.8.0
1516 github.com/spf13/cobra v1.0.0
17+ github.com/spf13/pflag v1.0.5
1618 github.com/spf13/viper v1.7.1
1719 github.com/stretchr/testify v1.7.0
1820 github.com/tidwall/pretty v1.0.2
1921 github.com/x-cray/logrus-prefixed-formatter v0.5.2
20- golang.org/x/sys v0.0.0-20201223074533-0d417f636930
21- golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
22+ golang.org/x/sys v0.28.0
23+ golang.org/x/term v0.27.0
2224)
2325
2426require (
@@ -28,7 +30,6 @@ require (
2830 github.com/fsnotify/fsnotify v1.4.9 // indirect
2931 github.com/google/go-querystring v1.0.0 // indirect
3032 github.com/hashicorp/hcl v1.0.0 // indirect
31- github.com/hookdeck/hookdeck-go-sdk v0.4.1 // indirect
3233 github.com/inconshreveable/mousetrap v1.0.0 // indirect
3334 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
3435 github.com/kr/pty v1.1.8 // indirect
@@ -47,7 +48,6 @@ require (
4748 github.com/spf13/afero v1.4.0 // indirect
4849 github.com/spf13/cast v1.3.1 // indirect
4950 github.com/spf13/jwalterweatherman v1.1.0 // indirect
50- github.com/spf13/pflag v1.0.5 // indirect
5151 github.com/subosito/gotenv v1.2.0 // indirect
5252 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
5353 golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
0 commit comments