update main; make REST API compatible to ClusterCockpit

This commit is contained in:
Lou Knauer
2021-12-08 10:15:25 +01:00
parent 34317e0e64
commit bc8ad593fd
4 changed files with 287 additions and 98 deletions

7
go.mod
View File

@@ -5,9 +5,14 @@ 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/golang-jwt/jwt/v4 v4.1.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.6.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/influxdata/influxdb-client-go/v2 v2.6.0
github.com/jmoiron/sqlx v1.3.1
github.com/mattn/go-sqlite3 v1.14.6
github.com/vektah/gqlparser/v2 v2.1.0
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
)