20 lines
824 B
Modula-2
20 lines
824 B
Modula-2
module github.com/mastertinner/s3manager
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-ini/ini v1.62.0 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
|
github.com/mastertinner/adapters v0.0.0-20201207091043-b484a71201cf
|
|
github.com/matryer/is v1.4.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.2.0 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
|
|
golang.org/x/net v0.0.0-20201207224615-747e23833adb // indirect
|
|
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
)
|