aboutsummaryrefslogtreecommitdiff
path: root/testing/go.mod
blob: daf64dc96bc9a686d1b685f595776b4bdb94b96e (plain)
1
2
3
4
5
6
7
8
module go.xyrillian.de/gg/testing

go 1.26

require (
	github.com/lib/pq v1.12.3
	go.xyrillian.de/gg v1.12.1-0.20260731210839-e26a214de395
)