forked from yyyar/gobetween
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved dependencies out of main go.mod file to src
- Loading branch information
Showing
4 changed files
with
135 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,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-20190425230512-031998cc71fa | ||
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 | ||
) |
Oops, something went wrong.