From 80f833a60b396b1a811e39f76d976f824e4521ea Mon Sep 17 00:00:00 2001 From: Fritz Larco Date: Tue, 22 Aug 2023 23:37:20 -0300 Subject: [PATCH] fix duckdb collision --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 1f00384..21c757e 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module github.com/dbnet-io/dbnet go 1.19 require ( - github.com/dbrest-io/dbrest v0.0.51 + github.com/dbrest-io/dbrest v0.0.52 github.com/denisbrodbeck/machineid v1.0.1 - github.com/flarco/dbio v0.3.249 + github.com/flarco/dbio v0.3.251 github.com/flarco/g v0.1.61 github.com/getsentry/sentry-go v0.11.0 github.com/integrii/flaggy v1.5.2