mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-07-29 17:27:11 +02:00
Switch Docker base image to Ubuntu
This commit is contained in:
parent
ed63718de0
commit
6d7a998c45
3 changed files with 9 additions and 7 deletions
|
@ -7,18 +7,18 @@ package graph
|
|||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"github.com/99designs/gqlgen/graphql"
|
||||
"github.com/Unkn0wnCat/calapi/internal/auth"
|
||||
"github.com/Unkn0wnCat/calapi/internal/logger"
|
||||
"github.com/go-chi/chi/middleware"
|
||||
"go.uber.org/zap"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"github.com/99designs/gqlgen/graphql"
|
||||
"github.com/Unkn0wnCat/calapi/graph/model"
|
||||
"github.com/Unkn0wnCat/calapi/internal/auth"
|
||||
"github.com/Unkn0wnCat/calapi/internal/database"
|
||||
"github.com/Unkn0wnCat/calapi/internal/db_model"
|
||||
"github.com/Unkn0wnCat/calapi/internal/logger"
|
||||
"github.com/go-chi/chi/middleware"
|
||||
"github.com/objectbox/objectbox-go/objectbox"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
// Events is the resolver for the events field.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue