Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,17 @@ 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/golang/protobuf v1.2.0
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.6.2
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.1.3
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
github.com/konsorten/go-windows-terminal-sequences v1.0.1
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/spf13/pflag v1.0.3
github.com/xuyu/goredis v0.0.0-20160929021245-89fbe9474b37
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e
golang.org/x/sys v0.0.0-20190116161447-11f53e031339
golang.org/x/crypto v0.1.0
google.golang.org/appengine v1.4.0
gopkg.in/validator.v2 v2.0.0-20180514200540-135c24b11c19
gopkg.in/yaml.v2 v2.2.2
)
Loading