mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
23 lines
643 B
Modula-2
23 lines
643 B
Modula-2
module github.com/ClusterCockpit/cc-backend
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.13.0
|
|
github.com/Masterminds/squirrel v1.5.1
|
|
github.com/go-ldap/ldap/v3 v3.4.1
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang-jwt/jwt/v4 v4.1.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/iamlouk/lrucache v0.2.1
|
|
github.com/jmoiron/sqlx v1.3.1
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.1.0
|
|
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|
|
|