This commit is contained in:
2026-01-04 13:54:00 +01:00
parent b0fd606250
commit b5de38e1f7
5 changed files with 14 additions and 3 deletions
+7 -2
View File
@@ -1,6 +1,6 @@
module git.piskot.si/SeminarM2/lambdaiot-core
go 1.21
go 1.21.0
require (
github.com/gin-gonic/gin v1.9.0
@@ -9,7 +9,12 @@ require (
github.com/pelletier/go-toml/v2 v2.0.6
)
require github.com/gorilla/websocket v1.4.2 // indirect
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.9.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
)
require (
github.com/bytedance/sonic v1.8.0 // indirect