aboutsummaryrefslogtreecommitdiff
path: root/backend/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'backend/go.mod')
-rw-r--r--backend/go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/backend/go.mod b/backend/go.mod
index 478b939..a5bf7da 100644
--- a/backend/go.mod
+++ b/backend/go.mod
@@ -1,4 +1,4 @@
-module ibd-trader
+module github.com/ansg191/ibd-trader-backend
go 1.22.0
@@ -6,12 +6,12 @@ toolchain go1.22.5
require (
cloud.google.com/go/kms v1.18.4
+ cloud.google.com/go/longrunning v0.5.11
github.com/Rhymond/go-money v1.0.14
github.com/bsm/redislock v0.9.4
github.com/buraksezer/consistent v0.10.0
github.com/cespare/xxhash/v2 v2.3.0
github.com/coreos/go-oidc/v3 v3.11.0
- github.com/go-chi/chi/v5 v5.1.0
github.com/golang-migrate/migrate/v4 v4.17.1
github.com/lib/pq v1.10.9
github.com/lmittmann/tint v1.0.5
@@ -36,7 +36,6 @@ require (
cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v1.1.12 // indirect
- cloud.google.com/go/longrunning v0.5.11 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect