Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CI golang from 1.12 to 1.19 #53

Merged
merged 18 commits into from
Oct 11, 2022
Prev Previous commit
Next Next commit
fix go.mod
mist714 committed Oct 11, 2022
commit 0327b3154f0c0abff2f0aa9da03269b4e587354a
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/pfnet-research/git-ghost

go 1.17

require (
github.com/hashicorp/go-multierror v1.0.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
@@ -11,3 +13,10 @@ require (
golang.org/x/crypto v0.0.0-20190128193316-c7b33c32a30b // indirect
golang.org/x/sys v0.0.0-20190124100055-b90733256f2e // indirect
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)