summaryrefslogtreecommitdiff
path: root/server/go.mod
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-08-25 12:44:32 -0700
committerMichael Hunteman <michael@huntm.net>2024-08-25 12:44:32 -0700
commit096a08708e2310becba56a237ef63b5cf6e3c4c4 (patch)
tree2924f9aecdcf035599558552cfdb20c2cc18f7d1 /server/go.mod
parent6aee47e76d7e25206b3778aeebcc341d7b705035 (diff)
Add admin dashboard
Diffstat (limited to 'server/go.mod')
-rw-r--r--server/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/go.mod b/server/go.mod
index 49af49e..8ae7015 100644
--- a/server/go.mod
+++ b/server/go.mod
@@ -4,7 +4,7 @@ go 1.22.2
require (
github.com/golang-jwt/jwt/v5 v5.2.1
- github.com/jackc/pgx/v5 v5.5.5
+ github.com/jackc/pgx/v5 v5.6.0
)
require (