From 63df99f2e1c742069464d219a9f340c1f8f5bd90 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 17 Sep 2026 16:21:40 +0200 Subject: oblast: import from go.xyrillian.de/oblast - type RuntimeIndex is left behind for now because I don't want to commit to the method names yet - the "OrNone" methods are removed in favor of gsql.NoneIfNoRows() --- benchmark/go.mod | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'benchmark/go.mod') diff --git a/benchmark/go.mod b/benchmark/go.mod index bc404df..d712500 100644 --- a/benchmark/go.mod +++ b/benchmark/go.mod @@ -3,6 +3,25 @@ module go.xyrillian.de/gg/benchmark go 1.26 require ( + github.com/go-gorp/gorp/v3 v3.1.0 github.com/gorilla/mux v1.8.1 - go.xyrillian.de/gg v1.13.0 + 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.15.0 + go.xyrillian.de/gg-pgx v0.1.1 + gorm.io/driver/sqlite v1.6.0 + gorm.io/gorm v1.31.2 ) + +require ( + github.com/jackc/pgpassfile v1.0.0 // indirect + github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect + github.com/jackc/puddle/v2 v2.2.2 // indirect + github.com/jinzhu/inflection v1.0.0 // indirect + github.com/jinzhu/now v1.1.5 // indirect + golang.org/x/sync v0.22.0 // indirect + golang.org/x/text v0.40.0 // indirect +) + +replace go.xyrillian.de/gg => .. -- cgit v1.3.1