-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
599 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 |
---|---|---|
@@ -1,17 +1,27 @@ | ||
module github.com/bwhaley/ssmsh | ||
|
||
go 1.15 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/abiosoft/ishell v2.0.1-0.20181228190644-8b8aa74a8512+incompatible | ||
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect | ||
github.com/aws/aws-sdk-go v1.19.20-0.20190426182805-4dbd475cffe6 | ||
github.com/mattn/go-shellwords v1.0.5 | ||
gopkg.in/gcfg.v1 v1.2.3 | ||
) | ||
|
||
require ( | ||
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect | ||
github.com/chzyer/logex v1.1.10 // indirect | ||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect | ||
github.com/golangci/golangci-lint v1.32.2 // indirect | ||
github.com/mattn/go-shellwords v1.0.5 | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
gopkg.in/gcfg.v1 v1.2.3 | ||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/stretchr/testify v1.6.1 // indirect | ||
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect | ||
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
) |
Oops, something went wrong.