This commit is contained in:
2023-02-09 11:16:23 +01:00
parent df4388e6dc
commit 94f72e4ddf
4 changed files with 78 additions and 0 deletions

1
go.mod
View File

@@ -9,5 +9,6 @@ require (
require (
github.com/jmoiron/sqlx v1.3.5 // indirect
go.mongodb.org/mongo-driver v1.11.1 // indirect
golang.org/x/crypto v0.4.0 // indirect
)