-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from wrvsrx/fix-vendor-build
Bump go version to 1.17 in `go.mod`
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
module github.com/z4yx/GoAuthing | ||
|
||
go 1.12 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c | ||
github.com/juju/loggo v0.0.0-20210728185423-eebad3a902c4 | ||
github.com/smartystreets/goconvey v1.6.4 | ||
golang.org/x/crypto v0.17.0 // indirect | ||
gopkg.in/urfave/cli.v1 v1.20.0 | ||
) | ||
|
||
require ( | ||
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/term v0.15.0 // indirect | ||
) |