switched to lineformat enc

This commit is contained in:
2024-04-21 21:52:13 +02:00
parent 4edd8da122
commit fed9914009
3 changed files with 46 additions and 31 deletions

12
go.mod
View File

@@ -2,15 +2,13 @@ module tf2stats
go 1.22
require github.com/sirupsen/logrus v1.8.1
require (
github.com/influxdata/line-protocol/v2 v2.2.1
github.com/sirupsen/logrus v1.8.1
)
require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/influxdata/influxdb-client-go/v2 v2.13.0 // indirect
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
github.com/oapi-codegen/runtime v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
)