From bf64f18ea70a44bf6d9eb7ceafb74756aea2cc9d Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 20 Jun 2026 20:41:07 +0200 Subject: bump gg to 0.10.0, use gg/assert --- benchmark/postgres_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark/postgres_test.go') diff --git a/benchmark/postgres_test.go b/benchmark/postgres_test.go index 8f1b7e8..778671b 100644 --- a/benchmark/postgres_test.go +++ b/benchmark/postgres_test.go @@ -15,9 +15,9 @@ import ( "github.com/jackc/pgx/v5" _ "github.com/lib/pq" + "go.xyrillian.de/gg/assert" "go.xyrillian.de/oblast" "go.xyrillian.de/oblast/benchmark/internal/oblast_pgx" - "go.xyrillian.de/oblast/internal/testhelpers/assert" "go.xyrillian.de/oblast/internal/testhelpers/must" ) -- cgit v1.3.1