chore: scaffold shared module

This commit is contained in:
2026-07-24 13:38:05 +01:00
parent bdc26e4799
commit 98687043f7
3 changed files with 22 additions and 0 deletions
+9
View File
@@ -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
)