Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Bump go to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Feb 3, 2022
1 parent 8af1c49 commit 9e97cce
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/prince-chrismc/conan-center-index-pending-review/v2

go 1.15
go 1.17

require (
github.com/go-git/go-git/v5 v5.4.2
Expand All @@ -11,3 +11,21 @@ require (
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
gopkg.in/h2non/gock.v1 v1.1.2
)

require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/net v0.0.0-20210326060303-6b1517762897 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit 9e97cce

Please sign in to comment.