diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-06-20 20:41:07 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-06-20 20:41:07 +0200 |
| commit | bf64f18ea70a44bf6d9eb7ceafb74756aea2cc9d (patch) | |
| tree | 0e33a457b7c12e65861ad2822f605b55ea4898c8 /benchmark/postgres_test.go | |
| parent | 7be01bbd68af248331c8c9ad321eafef2e7d4824 (diff) | |
| download | go-oblast-bf64f18ea70a44bf6d9eb7ceafb74756aea2cc9d.tar.gz | |
bump gg to 0.10.0, use gg/assert
Diffstat (limited to 'benchmark/postgres_test.go')
| -rw-r--r-- | benchmark/postgres_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |
