-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deps and bump main package to v9
- Loading branch information
1 parent
dde1303
commit 2d5e452
Showing
9 changed files
with
49 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,40 @@ | ||
module github.com/nyaruka/rp-indexer/v8 | ||
module github.com/nyaruka/rp-indexer/v9 | ||
|
||
go 1.22 | ||
|
||
require ( | ||
github.com/getsentry/sentry-go v0.22.0 | ||
github.com/getsentry/sentry-go v0.27.0 | ||
github.com/lib/pq v1.10.9 | ||
github.com/nyaruka/ezconf v0.2.1 | ||
github.com/nyaruka/gocommon v1.42.7 | ||
github.com/nyaruka/ezconf v0.3.0 | ||
github.com/nyaruka/gocommon v1.53.2 | ||
github.com/olivere/elastic/v7 v7.0.32 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/samber/slog-multi v1.0.2 | ||
github.com/samber/slog-sentry v1.2.2 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/stretchr/testify v1.9.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.3 // indirect | ||
github.com/go-chi/chi v4.1.2+incompatible // indirect | ||
github.com/go-chi/chi/v5 v5.0.12 // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/naoina/go-stringutil v0.1.0 // indirect | ||
github.com/naoina/toml v0.1.1 // indirect | ||
github.com/nyaruka/librato v1.1.1 // indirect | ||
github.com/nyaruka/null/v2 v2.0.3 // indirect | ||
github.com/nyaruka/phonenumbers v1.3.0 // indirect | ||
github.com/nyaruka/phonenumbers v1.3.4 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/samber/lo v1.38.1 // indirect | ||
github.com/shopspring/decimal v1.3.1 // indirect | ||
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
github.com/samber/lo v1.39.0 // indirect | ||
github.com/shopspring/decimal v1.4.0 // indirect | ||
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters