-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DXE-2246 Merge pull request #14 from akamai/release/0.5.0
Release/0.5.0
- Loading branch information
Showing
7 changed files
with
43 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ import ( | |
) | ||
|
||
var ( | ||
VERSION = "0.4.0" | ||
VERSION = "0.5.0" | ||
) | ||
|
||
func main() { | ||
|
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,15 +1,28 @@ | ||
module cli-gtm | ||
|
||
go 1.14 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.1.1 | ||
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.2 | ||
github.com/akamai/cli-common-golang v0.0.0-20210716202303-5a2a24172430 | ||
github.com/briandowns/spinner v1.11.1 // indirect | ||
github.com/fatih/color v1.7.0 | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/mattn/go-isatty v0.0.10 // indirect | ||
github.com/olekukonko/tablewriter v0.0.3 | ||
github.com/urfave/cli v1.22.5 | ||
) | ||
|
||
require ( | ||
github.com/briandowns/spinner v1.11.1 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/mattn/go-colorable v0.1.2 // indirect | ||
github.com/mattn/go-isatty v0.0.10 // indirect | ||
github.com/mattn/go-runewidth v0.0.6 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect | ||
github.com/russross/blackfriday/v2 v2.0.1 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.4.2 // indirect | ||
golang.org/x/sys v0.0.0-20191008105621-543471e840be // indirect | ||
gopkg.in/ini.v1 v1.55.0 // indirect | ||
) |
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