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
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ require (
github.com/golang-migrate/migrate/v4 v4.18.3
github.com/golang/geo v0.0.0-20250813021530-247f39904721
github.com/grafana/pyroscope-go v1.2.4
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
github.com/jellydator/ttlcache/v3 v3.4.0
github.com/jmoiron/sqlx v1.4.0
github.com/knadh/koanf/maps v0.1.2
Expand Down Expand Up @@ -52,6 +53,7 @@ require (
github.com/go-playground/validator/v10 v10.27.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand Down
Loading