s3manager-web/go.mod

20 lines
890 B
Modula-2
Raw Normal View History

2018-07-29 15:30:18 +02:00
module github.com/mastertinner/s3manager
require (
2018-08-14 22:45:10 +02:00
github.com/go-ini/ini v1.38.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/mastertinner/adapters v0.0.0-20180904163226-d95c88585e67
2018-07-29 15:30:18 +02:00
github.com/matryer/is v1.1.0
github.com/matryer/way v0.0.0-20180416093233-9632d0c407b0
github.com/minio/minio-go v6.0.5+incompatible
2018-08-14 22:45:10 +02:00
github.com/mitchellh/go-homedir v1.0.0 // indirect
2018-07-29 15:30:18 +02:00
github.com/pkg/errors v0.8.0
2018-08-14 22:45:10 +02:00
github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 // indirect
golang.org/x/sys v0.0.0-20180906133057-8cf3aee42992 // indirect
2018-07-29 15:30:18 +02:00
golang.org/x/text v0.3.0 // indirect
2018-08-14 22:45:10 +02:00
gopkg.in/ini.v1 v1.38.2 // indirect
2018-07-29 15:30:18 +02:00
)