Skip to content

Commit b03eac3

Browse files
build(deps): bump github.com/gin-gonic/gin in /apps/api
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44f0830 commit b03eac3

File tree

2 files changed

+7
-28
lines changed

2 files changed

+7
-28
lines changed

apps/api/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ module go.dot.industries/brease
33
go 1.18
44

55
require (
6+
github.com/PaesslerAG/jsonpath v0.1.2-0.20230323094847-3484786d6f97
67
github.com/axiomhq/axiom-go v0.15.0
78
github.com/d5/tengo/v2 v2.16.0
89
github.com/dgraph-io/ristretto v0.1.1
10+
github.com/fatih/color v1.15.0
911
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
12+
github.com/getkin/kin-openapi v0.117.0
1013
github.com/gin-contrib/requestid v0.0.6
1114
github.com/gin-contrib/zap v0.1.0
12-
github.com/gin-gonic/gin v1.9.0
15+
github.com/gin-gonic/gin v1.9.1
1316
github.com/go-redis/redis/extra/redisotel/v8 v8.11.5
1417
github.com/go-redis/redis/v8 v8.11.5
1518
github.com/goccy/go-json v0.10.2
@@ -37,18 +40,15 @@ require (
3740

3841
require (
3942
github.com/PaesslerAG/gval v1.2.2 // indirect
40-
github.com/PaesslerAG/jsonpath v0.1.2-0.20230323094847-3484786d6f97 // indirect
4143
github.com/bytedance/sonic v1.9.1 // indirect
4244
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
4345
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4446
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
4547
github.com/chromedp/cdproto v0.0.0-20220629234738-4cfc9cdeeb92 // indirect
4648
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
4749
github.com/dustin/go-humanize v1.0.0 // indirect
48-
github.com/fatih/color v1.15.0 // indirect
4950
github.com/felixge/httpsnoop v1.0.3 // indirect
5051
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
51-
github.com/getkin/kin-openapi v0.117.0 // indirect
5252
github.com/gin-contrib/sse v0.1.0 // indirect
5353
github.com/go-chi/chi/v5 v5.0.7 // indirect
5454
github.com/go-logr/logr v1.2.4 // indirect

apps/api/go.sum

Lines changed: 3 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)