Change to own Logger

This commit is contained in:
Thomas Roehl
2022-01-25 16:40:02 +01:00
parent 99aaece6c2
commit bafc6322e6
4 changed files with 140 additions and 32 deletions

1
go.mod
View File

@@ -9,5 +9,6 @@ require (
github.com/nats-io/nats.go v1.10.0
github.com/nats-io/nkeys v0.1.4 // indirect
github.com/prometheus/client_golang v1.10.0 // indirect
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2
gopkg.in/Knetic/govaluate.v2 v2.3.0
)