Skip to content

Commit ee76a3e

Browse files
authored
Merge pull request #143 from takecy/test
Fix unit test
2 parents ed9e6ce + efd8394 commit ee76a3e

File tree

4 files changed

+108
-13
lines changed

4 files changed

+108
-13
lines changed

.github/workflows/unit_test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
on:
22
push:
3-
branches: [ $default-branch ]
3+
branches:
4+
- master
45
pull_request:
5-
branches: [ $default-branch ]
6+
branches:
7+
- master
68
name: unit test
79
jobs:
810
test:

go.mod

+7-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ module github.com/awa/go-iap
33
go 1.15
44

55
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
1112
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
1314
)

0 commit comments

Comments
 (0)