Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions search-service/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tech-inspire/backend/search-service

go 1.24.3
go 1.25.0

tool github.com/pressly/goose/v3/cmd/goose

Expand All @@ -14,7 +14,7 @@ require (
github.com/caarlos0/env/v10 v10.0.0
github.com/go-chi/chi/v5 v5.2.2
github.com/go-errors/errors v1.5.1
github.com/gofiber/fiber/v3 v3.0.0-beta.5
github.com/gofiber/fiber/v3 v3.0.0-rc.2
github.com/google/uuid v1.6.0
github.com/huandu/go-sqlbuilder v1.36.0
github.com/jackc/pgx/v5 v5.7.5
Expand All @@ -27,7 +27,7 @@ require (
github.com/tech-inspire/api-contracts v0.4.0
github.com/tech-inspire/backend/auth-service/pkg/jwt v0.0.0-20250712130420-3723ab9601b0
go.uber.org/fx v1.24.0
golang.org/x/net v0.43.0
golang.org/x/net v0.44.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c
google.golang.org/grpc v1.75.0
google.golang.org/protobuf v1.36.8
Expand All @@ -50,7 +50,6 @@ require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/elastic/go-sysinfo v1.15.3 // indirect
github.com/elastic/go-windows v1.0.2 // indirect
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
github.com/go-faster/city v1.0.1 // indirect
github.com/go-faster/errors v0.7.1 // indirect
github.com/go-sql-driver/mysql v1.9.2 // indirect
Expand Down Expand Up @@ -88,7 +87,7 @@ require (
github.com/sethvargo/go-retry v0.3.0 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/stoewer/go-strcase v1.3.1 // indirect
github.com/tinylib/msgp v1.3.0 // indirect
github.com/tinylib/msgp v1.4.0 // indirect
github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.65.0 // indirect
Expand All @@ -102,11 +101,11 @@ require (
go.uber.org/dig v1.19.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/crypto v0.42.0 // indirect
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/time v0.12.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading
Loading