mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module github.com/ansible-semaphore/semaphore
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Sirupsen/logrus v1.0.4
|
|
github.com/go-gorp/gorp/v3 v3.0.2
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/gobuffalo/packr v1.10.4
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.1.0 // 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.1
|
|
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/masterminds/squirrel v0.0.0-20170825200431-a6b93000bd21
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
|
github.com/spf13/cobra v1.2.1
|
|
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
|
|
)
|