mirror of
https://github.com/Luzifer/cloudbox.git
synced 2024-11-08 14:10:09 +00:00
16 lines
421 B
Modula-2
16 lines
421 B
Modula-2
|
module github.com/Luzifer/cloudbox
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/rconfig v2.2.0+incompatible
|
||
|
github.com/aws/aws-sdk-go v1.20.12
|
||
|
github.com/mattn/go-sqlite3 v1.10.0
|
||
|
github.com/mitchellh/go-homedir v1.1.0
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
github.com/sirupsen/logrus v1.4.2
|
||
|
github.com/spf13/pflag v1.0.3 // indirect
|
||
|
gopkg.in/validator.v2 v2.0.0-20180514200540-135c24b11c19 // indirect
|
||
|
gopkg.in/yaml.v2 v2.2.2
|
||
|
)
|