Skip to content

Commit e788a65

Browse files
author
thisisaaronland
committed
update vendor deps
1 parent c369cb8 commit e788a65

File tree

9 files changed

+29
-51
lines changed

9 files changed

+29
-51
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ module github.com/whosonfirst/go-whosonfirst-github
33
go 1.16
44

55
require (
6+
github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
67
github.com/google/go-github/v27 v27.0.6
78
github.com/sfomuseum/go-flags v0.8.2
89
github.com/whosonfirst/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
9-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
10+
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
1011
)

go.sum

Lines changed: 12 additions & 46 deletions
Large diffs are not rendered by default.

vendor/golang.org/x/net/context/go17.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/context/go19.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/context/pre_go17.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/context/pre_go19.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/go.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/go.sum

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
2+
## explicit
13
# github.com/golang/protobuf v1.4.2
24
github.com/golang/protobuf/proto
35
# github.com/google/go-github/v27 v27.0.6
@@ -19,10 +21,10 @@ golang.org/x/crypto/openpgp/elgamal
1921
golang.org/x/crypto/openpgp/errors
2022
golang.org/x/crypto/openpgp/packet
2123
golang.org/x/crypto/openpgp/s2k
22-
# golang.org/x/net v0.0.0-20200822124328-c89045814202
24+
# golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
2325
golang.org/x/net/context
2426
golang.org/x/net/context/ctxhttp
25-
# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
27+
# golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
2628
## explicit
2729
golang.org/x/oauth2
2830
golang.org/x/oauth2/internal

0 commit comments

Comments
 (0)