-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Go version to `1.17`. Simplify GitHub Action build and test. Update modules.
- Loading branch information
1 parent
7de5a5a
commit f0538e4
Showing
6 changed files
with
404 additions
and
177 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
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
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
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
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,14 +1,36 @@ | ||
module github.com/homeport/yft | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/gonvenience/bunt v1.3.2 | ||
github.com/gonvenience/neat v1.3.6 | ||
github.com/gonvenience/neat v1.3.7 | ||
github.com/gonvenience/wrap v1.1.0 | ||
github.com/gonvenience/ytbx v1.4.0 | ||
github.com/onsi/ginkgo v1.16.1 | ||
github.com/onsi/gomega v1.11.0 | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/gonvenience/ytbx v1.4.2 | ||
github.com/onsi/ginkgo v1.16.4 | ||
github.com/onsi/gomega v1.16.0 | ||
github.com/spf13/cobra v1.2.1 | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
github.com/gonvenience/term v1.0.1 // indirect | ||
github.com/gonvenience/text v1.0.6 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mitchellh/go-ps v1.0.0 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect | ||
golang.org/x/net v0.0.0-20210917163549-3c21e5b27794 // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect | ||
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
Oops, something went wrong.