summaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/database-access/data-access/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '_content/doc/tutorial/database-access/data-access/go.mod')
-rw-r--r--_content/doc/tutorial/database-access/data-access/go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/_content/doc/tutorial/database-access/data-access/go.mod b/_content/doc/tutorial/database-access/data-access/go.mod
new file mode 100644
index 0000000..e33ed8d
--- /dev/null
+++ b/_content/doc/tutorial/database-access/data-access/go.mod
@@ -0,0 +1,5 @@
+module github.com/golang-id/web/data-access
+
+go 1.24.0
+
+require github.com/lib/pq v1.10.9