update logger

This commit is contained in:
Adrian Zürcher
2025-04-22 17:59:07 +02:00
parent c21d9b0dd0
commit 274e6acf0e
3 changed files with 17 additions and 6 deletions

5
go.mod
View File

@@ -8,7 +8,8 @@ require (
github.com/coder/websocket v1.8.13
github.com/gin-gonic/gin v1.10.0
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
github.com/tecamino/tecamino-logger v0.1.1
github.com/tecamino/tecamino-logger v0.2.0
gopkg.in/yaml.v3 v3.0.1
)
require (
@@ -39,5 +40,5 @@ require (
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)