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 github.com/gin-gonic/gin from 1.9.0 to 1.9.1 in /apps/api #6

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
8 changes: 4 additions & 4 deletions apps/api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ 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
github.com/gin-gonic/gin v1.9.1
github.com/go-redis/redis/extra/redisotel/v8 v8.11.5
github.com/go-redis/redis/v8 v8.11.5
github.com/goccy/go-json v0.10.2
Expand Down Expand Up @@ -37,18 +40,15 @@ require (

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
27 changes: 3 additions & 24 deletions apps/api/go.sum

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