aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/go.mod
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-19 19:05:55 +0900
committernsfisis <nsfisis@gmail.com>2024-07-19 19:19:55 +0900
commitdf5abfc272a151c51f0e5e82214cf7aff8cfa880 (patch)
tree87395be420f16296fab56b55a03f83f87af59366 /backend/go.mod
parentb0662e8add4864fed69f49a4a5cfb0d8e26523a8 (diff)
downloadphperkaigi-2025-albatross-df5abfc272a151c51f0e5e82214cf7aff8cfa880.tar.gz
phperkaigi-2025-albatross-df5abfc272a151c51f0e5e82214cf7aff8cfa880.tar.zst
phperkaigi-2025-albatross-df5abfc272a151c51f0e5e82214cf7aff8cfa880.zip
initial commit
Diffstat (limited to 'backend/go.mod')
-rw-r--r--backend/go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/go.mod b/backend/go.mod
new file mode 100644
index 0000000..63e750f
--- /dev/null
+++ b/backend/go.mod
@@ -0,0 +1,9 @@
+module iosdc-code-battle-poc
+
+go 1.22.3
+
+require (
+ github.com/gorilla/websocket v1.5.3
+ github.com/jmoiron/sqlx v1.4.0
+ github.com/lib/pq v1.10.9
+)