summaryrefslogtreecommitdiff
path: root/backend/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'backend/go.mod')
-rw-r--r--backend/go.mod23
1 files changed, 23 insertions, 0 deletions
diff --git a/backend/go.mod b/backend/go.mod
new file mode 100644
index 0000000..717f737
--- /dev/null
+++ b/backend/go.mod
@@ -0,0 +1,23 @@
+module git.sr.ht/~runxiyu/cca/backend
+
+go 1.23.1
+
+require (
+ git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
+ github.com/MicahParks/keyfunc/v3 v3.3.5
+ github.com/coder/websocket v1.8.12
+ github.com/golang-jwt/jwt/v5 v5.2.1
+ github.com/google/uuid v1.6.0
+ github.com/jackc/pgx/v5 v5.7.1
+)
+
+require (
+ github.com/MicahParks/jwkset v0.5.20 // indirect
+ github.com/jackc/pgpassfile v1.0.0 // indirect
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
+ github.com/jackc/puddle/v2 v2.2.2 // indirect
+ golang.org/x/crypto v0.28.0 // indirect
+ golang.org/x/sync v0.8.0 // indirect
+ golang.org/x/text v0.19.0 // indirect
+ golang.org/x/time v0.7.0 // indirect
+)