summaryrefslogtreecommitdiff
path: root/testing/go.mod
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-08-01 14:50:01 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-08-01 14:50:01 +0200
commit6c174bebade1627a837e70bec827753446d6498a (patch)
tree35a229d9601565685f2ea2e24a268bb29be6bc55 /testing/go.mod
parente4a5b966decd910213de4ecbdc1b1ed2c4daf947 (diff)
parent6d72c85766a8355e1d660ff0c19b43e93faad4d8 (diff)
downloadgo-gg-6c174bebade1627a837e70bec827753446d6498a.tar.gz
Merge branch 'pgruntime'
Diffstat (limited to 'testing/go.mod')
-rw-r--r--testing/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/go.mod b/testing/go.mod
new file mode 100644
index 0000000..daf64dc
--- /dev/null
+++ b/testing/go.mod
@@ -0,0 +1,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
+)