This commit is contained in:
Daniil Gentili 2023-05-01 18:33:15 +02:00
parent 08be78f907
commit 9bd3f35cc7
Signed by: danog
GPG key ID: 8C1BE3B34B230CA7
8 changed files with 403 additions and 150 deletions

4
go.mod
View file

@ -1,6 +1,6 @@
module ecodash
module git.massivebox.net/ecodash/ecodash
go 1.17
go 1.20
require (
github.com/gofiber/fiber/v2 v2.37.1