2021-03-31 08:50:53 +02:00
|
|
|
module github.com/ClusterCockpit/cc-jobarchive
|
2021-03-31 07:23:48 +02:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/99designs/gqlgen v0.13.0
|
2021-10-26 10:24:43 +02:00
|
|
|
github.com/Masterminds/squirrel v1.5.1
|
2021-12-08 10:15:25 +01:00
|
|
|
github.com/go-ldap/ldap/v3 v3.4.1
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.1.0
|
2021-03-31 07:23:48 +02:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
2021-12-08 10:15:25 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/sessions v1.2.1
|
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.6.0
|
2021-10-11 11:11:14 +02:00
|
|
|
github.com/jmoiron/sqlx v1.3.1
|
2021-03-31 07:23:48 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
|
|
github.com/vektah/gqlparser/v2 v2.1.0
|
2021-12-08 10:15:25 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
|
2021-03-31 07:23:48 +02:00
|
|
|
)
|