diff options
Diffstat (limited to 'testing/go.mod')
| -rw-r--r-- | testing/go.mod | 8 |
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 +) |
