This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ require (
24
24
github.com/prometheus/client_golang v1.12.1
25
25
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
26
26
github.com/slack-go/slack v0.10.1
27
- go.uber.org/zap v1.20.0
27
+ github.com/tidwall/gjson v1.14.0
28
+ github.com/urfave/cli/v2 v2.3.0
29
+ go.uber.org/zap v1.21.0
28
30
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
29
31
gopkg.in/h2non/gock.v1 v1.1.2
30
32
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
@@ -61,11 +63,9 @@ require (
61
63
github.com/russross/blackfriday/v2 v2.0.1 // indirect
62
64
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
63
65
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
64
- github.com/tidwall/gjson v1.14.0 // indirect
65
66
github.com/tidwall/match v1.1.1 // indirect
66
67
github.com/tidwall/pretty v1.2.0 // indirect
67
68
github.com/ugorji/go/codec v1.2.6 // indirect
68
- github.com/urfave/cli/v2 v2.3.0 // indirect
69
69
go.uber.org/atomic v1.7.0 // indirect
70
70
go.uber.org/multierr v1.6.0 // indirect
71
71
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
Original file line number Diff line number Diff line change @@ -446,8 +446,6 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
446
446
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
447
447
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
448
448
github.com/subosito/gotenv v1.2.0 /go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw =
449
- github.com/tidwall/gjson v1.13.0 h1:3TFY9yxOQShrvmjdM76K+jc66zJeT6D3/VFFYCGQf7M =
450
- github.com/tidwall/gjson v1.13.0 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
451
449
github.com/tidwall/gjson v1.14.0 h1:6aeJ0bzojgWLa82gDQHcx3S0Lr/O51I9bJ5nv6JFx5w =
452
450
github.com/tidwall/gjson v1.14.0 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
453
451
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA =
@@ -493,8 +491,8 @@ go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9E
493
491
go.uber.org/zap v1.9.1 /go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q =
494
492
go.uber.org/zap v1.10.0 /go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q =
495
493
go.uber.org/zap v1.13.0 /go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM =
496
- go.uber.org/zap v1.20 .0 h1:N4oPlghZwYG55MlU6LXk/Zp00FVNE9X9wrYO8CEs4lc =
497
- go.uber.org/zap v1.20 .0 /go.mod h1:wjWOCqI0f2ZZrJF/UufIOkiC8ii6tm1iqIsLo76RfJw =
494
+ go.uber.org/zap v1.21 .0 h1:WefMeulhovoZ2sYXz7st6K0sLj7bBhpiFaud4r4zST8 =
495
+ go.uber.org/zap v1.21 .0 /go.mod h1:wjWOCqI0f2ZZrJF/UufIOkiC8ii6tm1iqIsLo76RfJw =
498
496
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
499
497
golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
500
498
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
You can’t perform that action at this time.
0 commit comments