s3manager-web/go.mod

20 lines
759 B
Modula-2
Raw Normal View History

2018-07-29 15:30:18 +02:00
module github.com/mastertinner/s3manager
2020-02-27 09:22:14 +01:00
go 1.14
2019-02-26 07:37:08 +01:00
2018-07-29 15:30:18 +02:00
require (
github.com/go-ini/ini v1.57.0 // indirect
2020-02-27 09:22:14 +01:00
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
2020-07-28 09:19:10 +02:00
github.com/mastertinner/adapters v0.0.0-20200803074113-ede86f375463
github.com/matryer/is v1.4.0
2018-07-29 15:30:18 +02:00
github.com/matryer/way v0.0.0-20180416093233-9632d0c407b0
2019-01-26 13:53:36 +01:00
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
2020-06-14 00:03:42 +02:00
github.com/smartystreets/assertions v1.1.1 // indirect
2019-09-05 00:44:02 +02:00
github.com/smartystreets/goconvey v1.6.4 // indirect
2020-07-28 09:19:10 +02:00
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/sys v0.0.0-20200810151505-1b9f1253b3ed // indirect
2020-06-14 00:03:42 +02:00
golang.org/x/text v0.3.3 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
2018-07-29 15:30:18 +02:00
)