mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 14:10:05 +00:00
7bd0a55dff
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190119204137-ed066c81e75e to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
604 B
Modula-2
19 lines
604 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.27.2 // 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.1.0
|
|
google.golang.org/appengine v1.4.0
|
|
)
|