s3manager-web/go.mod

18 lines
680 B
Modula-2
Raw Normal View History

2018-07-29 15:30:18 +02:00
module github.com/mastertinner/s3manager
2021-02-21 13:57:50 +01:00
go 1.16
2019-02-26 07:37:08 +01:00
2018-07-29 15:30:18 +02:00
require (
2020-08-12 00:30:18 +02:00
github.com/go-ini/ini v1.62.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210803090616-8f023c250c89 // indirect
github.com/mastertinner/adapters v0.0.0-20210601115127-f9c5f1df5ec2
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
2020-08-12 00:30:18 +02:00
github.com/smartystreets/assertions v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
2020-08-12 00:30:18 +02:00
gopkg.in/ini.v1 v1.62.0 // indirect
2018-07-29 15:30:18 +02:00
)