We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a7922 commit f7ec5cfCopy full SHA for f7ec5cf
go.mod
@@ -5,11 +5,8 @@ go 1.14
5
require (
6
github.com/golang/mock v1.6.0
7
github.com/google/go-cmp v0.5.6
8
- github.com/kr/pretty v0.1.0 // indirect
9
- github.com/tcnksm/ghr v0.13.0
+ github.com/tcnksm/ghr v0.14.0
10
go.uber.org/multierr v1.7.0
11
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
12
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
13
- gopkg.in/yaml.v2 v2.2.2 // indirect
14
honnef.co/go/tools v0.3.0-0.dev
15
)
0 commit comments