include vnic stats
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-29 14:09:39 +10:00
parent 6c7d447c56
commit 88c8109391
9 changed files with 346 additions and 132 deletions

3
go.mod
View File

@@ -5,6 +5,7 @@ go 1.21.0
require (
github.com/dnaeon/go-ucs v0.0.0-20180427075322-a04ea35bf5de
github.com/prometheus/client_golang v1.16.0
golang.org/x/sync v0.2.0
)
require (
@@ -20,4 +21,4 @@ require (
google.golang.org/protobuf v1.30.0 // indirect
)
replace github.com/dnaeon/go-ucs => ./local/go-ucs
replace github.com/dnaeon/go-ucs => ./local/go-ucs