sshrimp/go.mod
lordwelch da6ba96063 Bump aws-oidc version
Ignore SIGHUP on unix systems
2020-12-06 12:11:18 -08:00

23 lines
758 B
Modula-2

module git.narnian.us/lordwelch/sshrimp
go 1.13
replace github.com/b-b3rn4rd/gocfn => github.com/stoggi/gocfn v0.0.0-20200214083946-6202cea979b9
require (
cloud.google.com/go v0.73.0
git.narnian.us/lordwelch/aws-oidc v0.0.4
github.com/AlecAivazis/survey/v2 v2.2.4
github.com/BurntSushi/toml v0.3.1
github.com/aws/aws-lambda-go v1.19.0
github.com/aws/aws-sdk-go v1.36.2
github.com/awslabs/goformation/v4 v4.14.0
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/magefile/mage v1.10.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497
)