mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 14:10:05 +00:00
612a97f702
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.2 to 2.2.8. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.2...v2.2.8) --- updated-dependencies: - dependency-name: gopkg.in/yaml.v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
632 B
Modula-2
19 lines
632 B
Modula-2
module github.com/Luzifer/cloudkeys-go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
|
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
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.19.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.3.0
|
|
github.com/xuyu/goredis v0.0.0-20160929021245-89fbe9474b37
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
google.golang.org/appengine v1.4.0
|
|
)
|