Update
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Daniil Gentili 2023-05-01 20:34:50 +02:00
parent f68e3d4098
commit 45ad55a648
Signed by: danog
GPG key ID: 8C1BE3B34B230CA7
3 changed files with 4 additions and 5 deletions

View file

@ -11,8 +11,7 @@ import (
"time"
"github.com/gofiber/fiber/v2"
// Needed to use sqlite3 databases
// Needed to use sqlite3 databases.
_ "github.com/mattn/go-sqlite3"
)

View file

@ -6,12 +6,11 @@ import (
"os"
"time"
"git.massivebox.net/ecodash/ecodash/src/ecodash"
"git.massivebox.net/ecodash/ecodash/src/tools"
"github.com/gofiber/fiber/v2"
"github.com/gofiber/template/html"
"github.com/robfig/cron/v3"
"git.massivebox.net/ecodash/ecodash/src/ecodash"
"git.massivebox.net/ecodash/ecodash/src/tools"
)
func main() {