Skip to content

Commit 1eca4b6

Browse files
committed
Update GO version to 1.17 and oauth2 lib
1 parent 5f2b7f7 commit 1eca4b6

File tree

2 files changed

+340
-11
lines changed

2 files changed

+340
-11
lines changed

go.mod

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
module github.com/adohkan/git-remote-https-iap
22

3-
go 1.13
3+
go 1.17
44

55
require (
66
github.com/dgrijalva/jwt-go v3.2.0+incompatible
77
github.com/int128/oauth2cli v1.10.0
88
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
99
github.com/rs/zerolog v1.18.0
1010
github.com/spf13/cobra v0.0.6
11-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
12-
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
11+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12+
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
13+
)
14+
15+
require (
16+
cloud.google.com/go v0.65.0 // indirect
17+
github.com/golang/protobuf v1.5.2 // indirect
18+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
19+
github.com/int128/listener v1.0.0 // indirect
20+
github.com/spf13/pflag v1.0.3 // indirect
21+
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
22+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
23+
google.golang.org/appengine v1.6.7 // indirect
24+
google.golang.org/protobuf v1.27.1 // indirect
1325
)

0 commit comments

Comments
 (0)