s3manager-web/go.mod
Disler Colin, INI-DOS-FDN-ENB a5f6092f8d Fixes filname in command declaration
The filename of the entrypoint was entrypoint-cf.sh, but the file is named entrypoint.sh
2020-06-02 23:19:17 +02:00

18 lines
721 B
Modula-2

module github.com/mastertinner/s3manager
go 1.14
require (
github.com/go-ini/ini v1.57.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/mastertinner/adapters v0.0.0-20200602211623-9a4f19c4f672
github.com/matryer/is v1.3.0
github.com/matryer/way v0.0.0-20180416093233-9632d0c407b0
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/smartystreets/assertions v1.1.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/crypto v0.0.0-20200602180216-279210d13fed // indirect
golang.org/x/sys v0.0.0-20200602100848-8d3cce7afc34 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
)