-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
33 lines (32 loc) · 1.45 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/containerum/events-api
require (
github.com/common-nighthawk/go-figure v0.0.0-20180619031829-18b2b544842c
github.com/containerum/cherry v1.0.2
github.com/containerum/kube-client v0.23.31
github.com/containerum/kube-events v1.0.1-rc.12
github.com/containerum/utils v1.0.7
github.com/gin-contrib/cors v0.0.0-20170318125340-cf4846e6a636
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/contrib v0.0.0-20180614032058-39cfb9727134
github.com/gin-gonic/gin v1.3.0
github.com/globalsign/mgo v0.0.0-20180615134936-113d3961e731
github.com/go-playground/locales v0.11.2
github.com/go-playground/universal-translator v0.16.0
github.com/gorilla/websocket v1.4.0
github.com/json-iterator/go v1.1.5
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/ninedraft/gocontrol v0.1.0
github.com/onsi/gomega v1.4.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.0.6
github.com/stevvooe/resumable v0.0.0-20180830230917-22b14a53ba50 // indirect
github.com/stretchr/testify v1.2.2
github.com/ugorji/go v1.1.1 // indirect
github.com/urfave/cli v1.20.0
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/go-playground/validator.v9 v9.17.1
)