diff --git a/cli/go.mod b/cli/go.mod new file mode 100644 index 000000000..a897a2657 --- /dev/null +++ b/cli/go.mod @@ -0,0 +1,62 @@ +module cvpm + +go 1.12 + +require ( + github.com/BurntSushi/toml v0.3.1 + github.com/StackExchange/wmi v0.0.0-20190406101743-e0a55b97c705 // indirect + github.com/alecthomas/gometalinter v3.0.0+incompatible // indirect + github.com/alexrudd/cognito-srp v0.0.0-20190402174326-7bb6280c912c + github.com/appleboy/gofight v2.0.0+incompatible // indirect + github.com/aws/aws-sdk-go-v2 v0.7.0 + github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 // indirect + github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261 // indirect + github.com/cvpm-contrib/auth v0.0.0-20190320071300-b5f20060ba38 + github.com/cvpm-contrib/database v0.0.0-20190403053658-8054ddd981c3 + github.com/cvpm-contrib/dataset v0.0.0-20190201103727-840ea55c2bb8 + github.com/emirpasic/gods v1.12.0 // indirect + github.com/fatih/color v1.7.0 + github.com/flosch/pongo2 v0.0.0-20141028000813-5e81b817a0c4 + github.com/getsentry/raven-go v0.2.0 + github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect + github.com/gin-contrib/static v0.0.0-20190301062546-ed515893e96b + github.com/gin-gonic/gin v1.3.0 + github.com/go-ole/go-ole v1.2.4 // indirect + github.com/golang/protobuf v1.3.1 // indirect + github.com/googollee/go-socket.io v0.0.0-20190317095603-ed07a7212e28 + github.com/hpcloud/tail v1.0.0 + github.com/jondot/goweight v1.0.4 // indirect + github.com/json-iterator/go v1.1.6 // indirect + github.com/kardianos/service v0.0.0-20190326161025-0e5bec1b9eec + github.com/labstack/echo v3.3.10+incompatible // indirect + github.com/labstack/gommon v0.2.8 // indirect + github.com/levigross/grequests v0.0.0-20180715163950-d0df86deffcb + github.com/lunixbochs/vtclean v1.0.0 // indirect + github.com/manifoldco/promptui v0.3.2 + github.com/mattn/go-isatty v0.0.7 // indirect + github.com/mattn/go-runewidth v0.0.4 // indirect + github.com/mattn/go-sqlite3 v1.10.0 // indirect + github.com/mitchellh/go-homedir v1.1.0 + github.com/nicksnyder/go-i18n v1.10.0 // indirect + github.com/olekukonko/tablewriter v0.0.1 + github.com/pelletier/go-toml v1.3.0 // indirect + github.com/pkg/errors v0.8.1 // indirect + github.com/shirou/gopsutil v2.18.12+incompatible + github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect + github.com/syndtr/goleveldb v0.0.0-20190318030020-c3a204f8e965 + github.com/urfave/cli v1.20.0 + github.com/valyala/fasttemplate v1.0.1 // indirect + github.com/xanzy/ssh-agent v0.2.1 // indirect + golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c + golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect + golang.org/x/sys v0.0.0-20190402142545-baf5eb976a8c // indirect + golang.org/x/tools v0.0.0-20190407034439-0fdf0c73855b // indirect + gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect + gopkg.in/appleboy/gin-status-api.v1 v1.0.1 + gopkg.in/appleboy/gofight.v1 v1.0.4 // indirect + gopkg.in/fukata/golang-stats-api-handler.v1 v1.0.0 // indirect + gopkg.in/gin-gonic/gin.v1 v1.3.0 // indirect + gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect + gopkg.in/src-d/go-git.v4 v4.10.0 + upper.io/db.v3 v3.5.7+incompatible // indirect +)