Skip to content

Commit 8050faf

Browse files
authored
Merge pull request #8 from fastbill/go-update
update go and deps
2 parents e4a69db + f34e393 commit 8050faf

File tree

2 files changed

+364
-12
lines changed

2 files changed

+364
-12
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/fastbill/go-finapi/v5
22

3-
go 1.13
3+
go 1.15
44

55
require (
6-
github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6
7-
github.com/golang/protobuf v1.3.1 // indirect
8-
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5 // indirect
9-
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
10-
google.golang.org/appengine v1.5.0 // indirect
6+
github.com/antihax/optional v1.0.0
7+
github.com/golang/protobuf v1.4.3 // indirect
8+
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
9+
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
10+
google.golang.org/appengine v1.6.7 // indirect
1111
)

0 commit comments

Comments
 (0)