diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-07-31 23:34:43 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-07-31 23:34:43 +0200 |
| commit | a2f8d7a68f324d5b4086148571f990409425e22a (patch) | |
| tree | f2756c205ad8bd897b48460c12191df8e2aa2cd6 /benchmark/go.mod | |
| parent | 4e00aa81308e3f71c0c665ada873127dd1530480 (diff) | |
| download | go-oblast-a2f8d7a68f324d5b4086148571f990409425e22a.tar.gz | |
replace ioError with gg/errext.WithCleanup
Diffstat (limited to 'benchmark/go.mod')
| -rw-r--r-- | benchmark/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/go.mod b/benchmark/go.mod index 48ee3a3..8aaed53 100644 --- a/benchmark/go.mod +++ b/benchmark/go.mod @@ -7,7 +7,7 @@ require ( github.com/jackc/pgx/v5 v5.10.0 github.com/lib/pq v1.12.3 github.com/mattn/go-sqlite3 v1.14.48 - go.xyrillian.de/gg v1.11.1 + go.xyrillian.de/gg v1.12.0 go.xyrillian.de/oblast v0.11.0 gorm.io/driver/sqlite v1.6.0 gorm.io/gorm v1.31.2 |
