mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
59 lines
2.6 KiB
Modula-2
59 lines
2.6 KiB
Modula-2
module github.com/ansible-semaphore/semaphore
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
|
|
github.com/Sirupsen/logrus v1.0.4
|
|
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
|
|
github.com/cpuguy83/go-md2man v1.0.10 // indirect
|
|
github.com/go-gorp/gorp/v3 v3.0.2
|
|
github.com/go-openapi/loads v0.19.4 // indirect
|
|
github.com/go-openapi/spec v0.19.6 // indirect
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/go-swagger/go-swagger v0.22.0 // indirect
|
|
github.com/go-task/task v2.2.0+incompatible // indirect
|
|
github.com/gobuffalo/packr v1.10.4
|
|
github.com/google/go-github v15.0.0+incompatible // indirect
|
|
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
|
|
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
|
|
github.com/huandu/xstrings v1.3.0 // indirect
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
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.2.0
|
|
github.com/markbates/grift v1.5.0 // indirect
|
|
github.com/masterminds/squirrel v0.0.0-20170825200431-a6b93000bd21
|
|
github.com/mattn/go-zglob v0.0.1 // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
github.com/ogier/pflag v0.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.12.0 // indirect
|
|
github.com/onsi/gomega v1.9.0 // indirect
|
|
github.com/radovskyb/watcher v1.0.7 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/russross/blackfriday v1.5.2 // indirect
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
go.etcd.io/bbolt v1.3.2
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
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/ldap.v2 v2.5.1
|
|
gopkg.in/mgo.v2 v2.0.0-20160818020120-3f83fa500528 // indirect
|
|
mvdan.cc/sh v2.6.4+incompatible // indirect
|
|
)
|