aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-10 15:05:57 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-10 15:05:57 +0100
commitb408be58debc72322fa1680a8f7293b9ba3b571f (patch)
treea20f0d5618aaa7618f024121342f94d3299b5dc6 /go.sum
parent1f5402530a5c5011ee4e3d0fc8c94636fbd4ed60 (diff)
Postgres implementation now set up and in containers - no tables yet
Diffstat (limited to '')
-rw-r--r--go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..aeddeae
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,2 @@
+github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
+github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=