* sshrimp-agent and sshrimp-ca building and deploying. * mage build system working. * successful deploy and SSH to host. * need to tidy up and add tests.
34 lines
1.3 KiB
Modula-2
34 lines
1.3 KiB
Modula-2
module github.com/stoggi/sshrimp
|
|
|
|
go 1.13
|
|
|
|
replace github.com/b-b3rn4rd/gocfn => github.com/stoggi/gocfn v0.0.0-20200214083946-6202cea979b9
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.0.5
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/alecthomas/colour v0.1.0 // indirect
|
|
github.com/alecthomas/kong v0.2.2
|
|
github.com/aws/aws-lambda-go v1.13.3
|
|
github.com/aws/aws-sdk-go v1.25.43
|
|
github.com/awslabs/goformation v1.4.1 // indirect
|
|
github.com/awslabs/goformation/v4 v4.4.0
|
|
github.com/b-b3rn4rd/gocfn v0.0.0-20180729083956-9f400ac88956
|
|
github.com/coreos/go-oidc v2.1.0+incompatible
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/hashicorp/aws-sdk-go-base v0.4.0
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/magefile/mage v1.9.0
|
|
github.com/manifoldco/promptui v0.7.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/stoggi/aws-oidc v0.0.0-20190621033350-d7c8067c7515
|
|
golang.org/x/crypto v0.0.0-20191128160524-b544559bb6d1
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
|
|
)
|