adjust to include worldName/serverName as tag values, missionName field
This commit is contained in:
12
extension/go.mod
Normal file
12
extension/go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module arma.go
|
||||
|
||||
go 1.20
|
||||
|
||||
require github.com/influxdata/influxdb-client-go/v2 v2.12.3
|
||||
|
||||
require (
|
||||
github.com/deepmap/oapi-codegen v1.8.2 // indirect
|
||||
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
golang.org/x/net v0.7.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user