Update module path, imports; update README and Makefile references

This commit is contained in:
2025-12-28 14:39:25 +01:00
parent 0e8d108156
commit bfe8704f18
4 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ import (
"github.com/gin-gonic/gin"
"github.com/kristjank/lambda-iot/core/internal/handler"
"github.com/kristjank/lambda-iot/core/internal/middleware"
"git.piskot.si/SeminarM2/lambdaiot-core/internal/handler"
"git.piskot.si/SeminarM2/lambdaiot-core/internal/middleware"
)
func main() {