File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/bradleyfalzon/ghinstallation/v2 v2.2.0
77 github.com/google/go-github/v48 v48.2.0
8- github.com/spf13/cobra v1.6.1
8+ github.com/spf13/cobra v1.7.0
99 golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
1010)
1111
@@ -14,7 +14,7 @@ require (
1414 github.com/golang/protobuf v1.3.2 // indirect
1515 github.com/google/go-github/v50 v50.1.0 // indirect
1616 github.com/google/go-querystring v1.1.0 // indirect
17- github.com/inconshreveable/mousetrap v1.0.1 // indirect
17+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
1818 github.com/spf13/pflag v1.0.5 // indirect
1919 golang.org/x/crypto v0.1.0 // indirect
2020 golang.org/x/net v0.7.0 // indirect
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ github.com/google/go-github/v50 v50.1.0 h1:hMUpkZjklC5GJ+c3GquSqOP/T4BNsB7XohaPh
1515github.com/google/go-github/v50 v50.1.0 /go.mod h1:Ev4Tre8QoKiolvbpOSG3FIi4Mlon3S2Nt9W5JYqKiwA =
1616github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
1717github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
18- github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7Pgzkat/bFNc =
19- github.com/inconshreveable/mousetrap v1.0.1 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
18+ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
19+ github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
2020github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
21- github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA =
22- github.com/spf13/cobra v1.6.1 /go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY =
21+ github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I =
22+ github.com/spf13/cobra v1.7.0 /go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0 =
2323github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
2424github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
2525golang.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