File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
go :
3
3
- 1.11.x
4
- - 1.13.x
5
4
- 1.14.x
6
5
os :
7
6
- linux
8
- - osx
9
7
sudo : false
10
8
install : true
11
9
env :
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ require (
6
6
github.com/clbanning/mxj v1.8.4
7
7
github.com/graphql-go/graphql v0.7.8
8
8
github.com/graphql-go/handler v0.2.3
9
+ github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
9
10
)
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ github.com/graphql-go/graphql v0.7.8 h1:769CR/2JNAhLG9+aa8pfLkKdR0H+r5lsQqling5W
4
4
github.com/graphql-go/graphql v0.7.8 /go.mod h1:k6yrAYQaSP59DC5UVxbgxESlmVyojThKdORUqGDGmrI =
5
5
github.com/graphql-go/handler v0.2.3 h1:CANh8WPnl5M9uA25c2GBhPqJhE53Fg0Iue/fRNla71E =
6
6
github.com/graphql-go/handler v0.2.3 /go.mod h1:leLF6RpV5uZMN1CdImAxuiayrYYhOk33bZciaUGaXeU =
7
+ github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c h1:+aPplBwWcHBo6q9xrfWdMrT9o4kltkmmvpemgIjep/8 =
8
+ github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c /go.mod h1:SbErYREK7xXdsRiigaQiQkI9McGRzYMvlKYaP3Nimdk =
You can’t perform that action at this time.
0 commit comments