add go.work file
Some checks failed
Benchmark / changes (push) Has been cancelled
Golangci-Lint Check / changes (push) Has been cancelled
Release Drafter (All) / changes (push) Has been cancelled
Benchmark / compare (push) Has been cancelled
Golangci-Lint Check / lint (push) Has been cancelled
Release Drafter (All) / release-drafter (push) Has been cancelled

This commit is contained in:
René
2025-05-25 17:17:19 +02:00
parent b2211037ca
commit aeb0d91ae1
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@@ -30,3 +30,6 @@ vendor/
vendor
/Godeps/
node_modules/
# Go workspace file
go.work.sum

View File

@@ -32,5 +32,7 @@ use (
./s3
./scylladb
./sqlite3
./surrealdb
./testhelpers/redis
./valkey
)