File tree 4 files changed +108
-13
lines changed
4 files changed +108
-13
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- branches : [ $default-branch ]
3
+ branches :
4
+ - master
4
5
pull_request :
5
- branches : [ $default-branch ]
6
+ branches :
7
+ - master
6
8
name : unit test
7
9
jobs :
8
10
test :
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ module github.com/awa/go-iap
3
3
go 1.15
4
4
5
5
require (
6
- cloud.google.com/go v0.74.0 // indirect
7
- github.com/golang/mock v1.4.4
8
- golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
9
- golang.org/x/sys v0.0.0-20201214095126-aec9a390925b // indirect
10
- google.golang.org/api v0.36.0
6
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7
+ github.com/golang/mock v1.5.0
8
+ golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
9
+ golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
10
+ golang.org/x/sys v0.0.0-20210608053332-aa57babbf139 // indirect
11
+ google.golang.org/api v0.48.0
11
12
google.golang.org/appengine v1.6.7
12
- google.golang.org/genproto v0.0.0-20201211151036-40ec1c210f7a // indirect
13
+ google.golang.org/genproto v0.0.0-20210607140030-00d4fb20b1ae // indirect
13
14
)
You can’t perform that action at this time.
0 commit comments