19 lines
921 B
Modula-2
19 lines
921 B
Modula-2
module github.com/mastertinner/s3manager
|
|
|
|
require (
|
|
github.com/go-ini/ini v1.41.0 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
|
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
|
github.com/mastertinner/adapters v0.0.0-20190217112549-a2249bc581e2
|
|
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 v0.0.0-20190215210624-980c5ac6f3ac // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
|
|
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
|
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
|
|
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
|
|
gopkg.in/ini.v1 v1.41.0 // indirect
|
|
)
|