10 lines
199 B
AMPL
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
|
|
)
|