20 lines
824 B
Modula-2
20 lines
824 B
Modula-2
module github.com/mastertinner/s3manager
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-ini/ini v1.62.0 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
|
|
github.com/mastertinner/adapters v0.0.0-20210221124827-a17d8d721921
|
|
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-20210220033148-5ea612d1eb83 // indirect
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
golang.org/x/sys v0.0.0-20210303074136-134d130e1a04 // indirect
|
|
golang.org/x/text v0.3.5 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
)
|