surrealdb / surrealdb.go

SurrealDB SDK for Golang
https://surrealdb.com
Apache License 2.0
231 stars 62 forks source link

Add dependencies to depguard #77

Open timpratim opened 1 year ago

timpratim commented 1 year ago

Add missing dependencies to depguard.

Issue: Our tests are failing for linting due to the dependencies that are not available in depguard.

Fix: Add the missing dependencies to depguard to resolve the failing tests.

For more info, check failing tests of: https://github.com/surrealdb/surrealdb.go/pull/74

emilaleksanteri commented 11 months ago

Hi, I can take this issue if still open :)