Files
TelemetryMockserver/go.mod
T
esilva 52056a7da3 updated it to use the latest and greatest API change on bngsdk
May have introduce some stupid things, will look at them after
2026-07-01 00:20:12 +01:00

14 lines
246 B
AMPL

module github.com/ESilva15/BeamNGMockOg
go 1.23.2
require (
github.com/ESilva15/gobngsdk v1.1.1
github.com/spf13/cobra v1.10.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)