Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /apps/api #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
18 changes: 9 additions & 9 deletions apps/api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ module go.dot.industries/brease
go 1.18

require (
github.com/PaesslerAG/jsonpath v0.1.2-0.20230323094847-3484786d6f97
github.com/axiomhq/axiom-go v0.15.0
github.com/d5/tengo/v2 v2.16.0
github.com/dgraph-io/ristretto v0.1.1
github.com/fatih/color v1.15.0
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
github.com/getkin/kin-openapi v0.117.0
github.com/gin-contrib/requestid v0.0.6
github.com/gin-contrib/zap v0.1.0
github.com/gin-gonic/gin v1.9.0
Expand All @@ -17,6 +20,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9
github.com/loopfz/gadgeto v0.9.0
github.com/pkg/errors v0.9.1
github.com/s12v/go-jwks v0.3.0
github.com/semihalev/gin-stats v0.0.0-20180505163755-30fdcbbd3533
github.com/speakeasy-api/speakeasy-go-sdk v1.7.0
Expand All @@ -31,24 +35,22 @@ require (
go.opentelemetry.io/otel/sdk v1.14.0
go.opentelemetry.io/otel/trace v1.14.0
go.uber.org/zap v1.24.0
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
)

require (
github.com/PaesslerAG/gval v1.2.2 // indirect
github.com/PaesslerAG/jsonpath v0.1.2-0.20230323094847-3484786d6f97 // indirect
github.com/bytedance/sonic v1.9.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/chromedp/cdproto v0.0.0-20220629234738-4cfc9cdeeb92 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/getkin/kin-openapi v0.117.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-chi/chi/v5 v5.0.7 // indirect
github.com/go-logr/logr v1.2.4 // indirect
Expand Down Expand Up @@ -85,7 +87,6 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/perimeterx/marshmallow v1.1.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/speakeasy-api/speakeasy-schemas v1.3.0 // indirect
Expand All @@ -108,12 +109,11 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
gopkg.in/go-playground/validator.v9 v9.30.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
Expand Down
41 changes: 9 additions & 32 deletions apps/api/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading