Skip to content

Commit

Permalink
chore(deps): update module go to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2022
1 parent 9ac39cb commit 070bd1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 613 deletions.
11 changes: 10 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
module github.com/johejo/ghfs

go 1.16
go 1.19

require (
github.com/google/go-github/v33 v33.0.0
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
)

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
Loading

0 comments on commit 070bd1f

Please sign in to comment.