2019-11-07 11:56:54 +00:00
|
|
|
module github.com/Luzifer/cloudkeys-go
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2023-03-07 03:21:21 +00:00
|
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
2019-11-07 11:56:54 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
|
|
github.com/aws/aws-sdk-go v1.16.22
|
|
|
|
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4
|
|
|
|
github.com/gorilla/mux v1.6.2
|
|
|
|
github.com/gorilla/sessions v1.1.3
|
2023-03-07 03:21:21 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
github.com/onsi/gomega v1.27.2 // indirect
|
2019-11-07 11:56:54 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
|
github.com/sirupsen/logrus v1.3.0
|
|
|
|
github.com/xuyu/goredis v0.0.0-20160929021245-89fbe9474b37
|
2023-03-07 03:21:21 +00:00
|
|
|
golang.org/x/crypto v0.1.0
|
2019-11-07 11:56:54 +00:00
|
|
|
google.golang.org/appengine v1.4.0
|
|
|
|
)
|