aboutsummaryrefslogtreecommitdiff
path: root/backend/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'backend/go.mod')
-rw-r--r--backend/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/go.mod b/backend/go.mod
index bd55e54..cdd1e1c 100644
--- a/backend/go.mod
+++ b/backend/go.mod
@@ -7,6 +7,7 @@ toolchain go1.22.5
require (
cloud.google.com/go/kms v1.18.4
cloud.google.com/go/longrunning v0.5.11
+ github.com/EDDYCJY/fake-useragent v0.2.0
github.com/Rhymond/go-money v1.0.14
github.com/bsm/redislock v0.9.4
github.com/buraksezer/consistent v0.10.0
@@ -37,6 +38,8 @@ 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
+ github.com/PuerkitoBio/goquery v1.9.2 // indirect
+ github.com/andybalholm/cascadia v1.3.2 // 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