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

23 lines
968 B

module gosuv
go 1.18
require (
github.com/codeskyblue/kexec v0.0.0-20160908020525-863094f94c7f
github.com/equinox-io/equinox v0.0.0-20151227023206-6f97d0d39708
github.com/franela/goreq v0.0.0-20170418064916-b5b0f5eb2d16
github.com/glycerine/rbuf v0.0.0-20170809002439-96ad00d7fa74
github.com/go-yaml/yaml v0.0.0-20170721122051-25c4ec802a7d
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.4.1-0.20170704074345-ac112f7d75a0
github.com/gorilla/websocket v1.2.1-0.20170718202341-a69d9f6de432
github.com/kennygrant/sanitize v0.0.0-20170120101633-6a0bfdde8629
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
github.com/shurcooL/httpfs v0.0.0-20170514040059-bc35257962c2
github.com/shurcooL/vfsgen v0.0.0-20170728162603-385e5833a54a
github.com/urfave/cli v1.20.0
golang.org/x/net v0.0.0-20170809000501-1c05540f6879
golang.org/x/tools v0.0.0-20170808144645-5831d16d1802
)