Files
vantage/agent/go.mod
T
domrichardson fab87c82c6
Server Deploy / deploy (push) Successful in 2m10s
Agent Release / build (push) Successful in 1m12s
feat: Updated brand to be vantage
2026-06-24 15:48:13 +01:00

17 lines
384 B
AMPL

module github.com/mrhid6/vantage/agent
go 1.26
require (
google.golang.org/grpc v1.64.0
gopkg.in/yaml.v3 v3.0.1
)
require (
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
google.golang.org/protobuf v1.34.1 // indirect
)