Semaphore/go.mod

44 lines
1.9 KiB
Modula-2
Raw Normal View History

2020-02-08 21:58:51 +01:00
module github.com/ansible-semaphore/semaphore
go 1.13
require (
github.com/Sirupsen/logrus v1.0.4
2020-02-09 13:25:06 +01:00
github.com/cespare/reflex v0.2.0 // indirect
github.com/go-openapi/loads v0.19.4
github.com/go-openapi/spec v0.19.6
2020-02-08 21:58:51 +01:00
github.com/go-sql-driver/mysql v1.3.0
2020-02-09 13:25:06 +01:00
github.com/go-swagger/go-swagger v0.22.0 // indirect
2020-02-08 21:58:51 +01:00
github.com/gobuffalo/packr v1.10.4
github.com/google/go-github v15.0.0+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f
2020-02-09 13:25:06 +01:00
github.com/gorilla/handlers v1.4.2
2020-02-08 21:58:51 +01:00
github.com/gorilla/mux v1.7.3
github.com/gorilla/securecookie v1.1.1
2020-02-09 13:25:06 +01:00
github.com/gorilla/websocket v1.4.0
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
2020-02-08 21:58:51 +01:00
github.com/lann/builder v0.0.0-20180216234317-1b87b36280d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/lib/pq v1.3.0 // indirect
2020-02-09 13:25:06 +01:00
github.com/markbates/grift v1.5.0 // indirect
2020-02-08 21:58:51 +01:00
github.com/masterminds/squirrel v0.0.0-20170825200431-a6b93000bd21
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
2020-02-09 13:25:06 +01:00
github.com/ogier/pflag v0.0.1 // indirect
2020-02-08 21:58:51 +01:00
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
2020-02-09 13:25:06 +01:00
github.com/russross/blackfriday v1.5.2
2020-02-08 21:58:51 +01:00
github.com/sirupsen/logrus v1.4.2 // indirect
2020-02-09 13:25:06 +01:00
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa // indirect
github.com/spf13/cobra v0.0.5 // indirect
2020-02-08 21:58:51 +01:00
github.com/ziutek/mymysql v1.5.4 // indirect
2020-02-09 13:25:06 +01:00
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
2020-02-08 21:58:51 +01:00
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20170511165959-379148ca0225 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/gorp.v1 v1.7.1
gopkg.in/ldap.v2 v2.5.1
gopkg.in/mgo.v2 v2.0.0-20160818020120-3f83fa500528 // indirect
)