Files
vantage/shared/go.mod
T
2026-07-24 13:38:05 +01:00

10 lines
199 B
AMPL

module github.com/mrhid6/vantage/shared
go 1.26.4
require (
github.com/google/uuid v1.6.0 // indirect
go.mongodb.org/mongo-driver/v2 v2.8.0 // indirect
golang.org/x/crypto v0.54.0 // indirect
)