2020-02-08 21:58:51 +01:00
|
|
|
module github.com/ansible-semaphore/semaphore
|
|
|
|
|
2021-08-26 11:22:52 +02:00
|
|
|
go 1.16
|
2020-02-08 21:58:51 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Sirupsen/logrus v1.0.4
|
2020-11-28 22:49:44 +01:00
|
|
|
github.com/go-gorp/gorp/v3 v3.0.2
|
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
2020-02-08 21:58:51 +01:00
|
|
|
github.com/gobuffalo/packr v1.10.4
|
2021-12-15 23:21:08 +01:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2020-02-08 21:58:51 +01:00
|
|
|
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
|
2021-11-01 19:26:18 +01:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
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
|
2021-08-24 17:20:34 +02:00
|
|
|
github.com/lib/pq v1.2.0
|
2020-02-08 21:58:51 +01:00
|
|
|
github.com/masterminds/squirrel v0.0.0-20170825200431-a6b93000bd21
|
2021-11-01 19:26:18 +01:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-09-06 13:05:10 +02:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2020-02-08 21:58:51 +01:00
|
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
2021-08-26 12:17:06 +02:00
|
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
2021-08-25 22:12:19 +02:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-04-09 23:02:19 +02:00
|
|
|
go.etcd.io/bbolt v1.3.2
|
2021-08-25 22:12:19 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
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/ldap.v2 v2.5.1
|
|
|
|
)
|