misc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user