-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating build goland version and built binaries (#23)
- Loading branch information
1 parent
f3f82ac
commit 42409d2
Showing
5 changed files
with
15 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
module github.com/Comcast/Buildenv-Tool | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/aktau/github-release v0.7.2 // indirect | ||
github.com/aktau/github-release v0.10.0 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/github-release/github-release v0.10.0 // indirect | ||
github.com/hashicorp/vault/api v1.0.4 | ||
github.com/kevinburke/rest v0.0.0-20210222204520-f7a2e216372f // indirect | ||
github.com/mitchellh/gox v1.0.1 // indirect | ||
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect | ||
github.com/urfave/cli v1.22.2 | ||
github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2 // indirect | ||
golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e | ||
gopkg.in/yaml.v2 v2.2.8 | ||
) |
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