mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
13 lines
281 B
Modula-2
13 lines
281 B
Modula-2
module github.com/ClusterCockpit/cc-jobarchive
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.13.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.6.1
|
|
github.com/jmoiron/sqlx v1.3.1
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/vektah/gqlparser/v2 v2.1.0
|
|
)
|