2020-06-14 08:29:16 +00:00
|
|
|
module meow.tf/deb-simple
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-06-14 09:38:47 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.31.3
|
2020-06-14 08:29:16 +00:00
|
|
|
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
|
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2020-06-14 09:38:47 +00:00
|
|
|
github.com/fclairamb/afero-s3 v0.1.0
|
2020-06-14 08:29:16 +00:00
|
|
|
github.com/go-ini/ini v1.28.2
|
2020-06-14 09:38:47 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-06-14 08:29:16 +00:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
|
|
github.com/spf13/afero v1.2.2
|
|
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
|
|
)
|