chore: compile without nosql's support for Postgres and MySQL (#1112)

This commit is contained in:
Kévin Dunglas
2024-10-22 22:50:31 +02:00
committed by GitHub
parent 17e57287eb
commit 2532eb5887
10 changed files with 18 additions and 15 deletions

4
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/prometheus/client_golang v1.20.5
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
golang.org/x/net v0.29.0
golang.org/x/net v0.30.0
)
require (
@@ -26,7 +26,7 @@ require (
github.com/rogpeppe/go-internal v1.12.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)