You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gosuv/go.mod

40 lines
1.6 KiB

module gosuv
go 1.18
require (
github.com/GeertJohan/go.rice v1.0.2
github.com/codeskyblue/gosuv v0.0.0-20180605125048-3744b1b28ce4
github.com/codeskyblue/kexec v0.0.0-20180119015717-5a4bed90d99a
github.com/equinox-io/equinox v1.2.0
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8
github.com/glycerine/rbuf v0.0.0-20190314090850-75b78581bebe
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/kennygrant/sanitize v1.2.4
github.com/mitchellh/go-ps v1.0.0
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/goconvey v1.7.2
github.com/urfave/cli v1.22.5
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf // indirect
github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
github.com/gopherjs/gopherjs v0.0.0-20220410123724-9e86199038b0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/smartystreets/assertions v1.2.1 // indirect
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/tools v0.1.10 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)