forked from yyyar/gobetween
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
44 lines (42 loc) · 2.11 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
34
35
36
37
38
39
40
41
42
43
44
module github.com/yyyar/gobetween
go 1.12
require (
code.cloudfoundry.org/systemcerts v0.0.0-20180917154049-ca00b2f806f2 // indirect
github.com/burntsushi/toml v0.3.1
github.com/elgs/gojq v0.0.0-20160421194050-81fa9a608a13
github.com/elgs/gosplitargs v0.0.0-20161028071935-a491c5eeb3c8 // indirect
github.com/eric-lindau/udpfacade v0.0.0-20190621043444-d8c1c27add16
github.com/flosch/pongo2 v0.0.0-20181225140029-79872a7b2769 // indirect
github.com/fsouza/go-dockerclient v1.3.6
github.com/gin-contrib/cors v0.0.0-20190301062745-f9e10995c85a
github.com/gin-gonic/gin v1.3.0
github.com/gorilla/websocket v1.4.0 // indirect
github.com/hashicorp/consul v1.4.3
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
github.com/hashicorp/serf v0.8.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a // indirect
github.com/juju/persistent-cookiejar v0.0.0-20171026135701-d5e5a8405ef9 // indirect
github.com/juju/schema v0.0.0-20181210140654-64a6158e9071 // indirect
github.com/juju/utils v0.0.0-20180820210520-bf9cc5bdd62d // indirect
github.com/juju/webbrowser v0.0.0-20180907093207-efb9432b2bcb // indirect
github.com/julienschmidt/httprouter v1.2.0 // indirect
github.com/lxc/lxd v0.0.0-20190314233831-41efd98813f3
github.com/miekg/dns v1.0.14
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pires/go-proxyproto v0.0.0-20190111085350-4d51b51e3bfc
github.com/prometheus/client_golang v0.9.2
github.com/rogpeppe/fastuuid v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
gopkg.in/httprequest.v1 v1.1.4 // indirect
gopkg.in/juju/environschema.v1 v1.0.0-20151104115810-7359fc7857ab // indirect
gopkg.in/macaroon-bakery.v2 v2.1.0 // indirect
gopkg.in/macaroon.v2 v2.1.0 // indirect
gopkg.in/retry.v1 v1.0.2 // indirect
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 // indirect
)