20 lines
844 B
Modula-2
20 lines
844 B
Modula-2
module github.com/mastertinner/s3manager
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-ini/ini v1.46.0 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect
|
|
github.com/mastertinner/adapters v0.0.0-20190721184605-a42866602363
|
|
github.com/matryer/is v1.2.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/pkg/errors v0.8.1
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
|
|
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
|
|
gopkg.in/ini.v1 v1.46.0 // indirect
|
|
)
|