chore: scaffold shared module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user