5
0
Fork 0
backend-pictures/go.mod

14 lines
391 B
Modula-2
Raw Permalink Normal View History

2019-06-20 08:30:36 +08:00
module pictures
go 1.12
require (
2019-06-20 13:20:41 +08:00
github.com/go-ini/ini v1.42.0 // indirect
2019-06-20 08:30:36 +08:00
github.com/joho/godotenv v1.3.0
github.com/julienschmidt/httprouter v1.2.0
2019-06-20 13:20:41 +08:00
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443 // indirect
golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b // indirect
2019-06-20 08:30:36 +08:00
)