aboutsummaryrefslogtreecommitdiff
path: root/benchmark/go.mod
blob: 5f981fa0634b860abc0be952edf106d1ba1db39b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module go.xyrillian.de/oblast/benchmark

go 1.26.0

require (
	github.com/go-gorp/gorp/v3 v3.1.0
	github.com/jackc/pgx/v5 v5.9.2
	github.com/lib/pq v1.10.7
	github.com/mattn/go-sqlite3 v1.14.42
	go.xyrillian.de/oblast v0.7.0
	gorm.io/driver/sqlite v1.6.0
	gorm.io/gorm v1.31.1
)

require (
	github.com/jackc/pgpassfile v1.0.0 // indirect
	github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
	github.com/jinzhu/inflection v1.0.0 // indirect
	github.com/jinzhu/now v1.1.5 // indirect
	go.xyrillian.de/gg v1.7.0 // indirect
	golang.org/x/text v0.37.0 // indirect
)