Skip to content

Commit 2646804

Browse files
chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2 from 2.3.0 to 2.4.1 (#494)
chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2 Bumps [github.com/oapi-codegen/oapi-codegen/v2](https://github.com/oapi-codegen/oapi-codegen) from 2.3.0 to 2.4.1. - [Release notes](https://github.com/oapi-codegen/oapi-codegen/releases) - [Commits](oapi-codegen/oapi-codegen@v2.3.0...v2.4.1) --- updated-dependencies: - dependency-name: github.com/oapi-codegen/oapi-codegen/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 181794f commit 2646804

File tree

2 files changed

+73
-16
lines changed

2 files changed

+73
-16
lines changed

go.mod

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/charmbracelet/bubbletea v1.3.3
99
github.com/charmbracelet/glamour v0.6.0
1010
github.com/charmbracelet/lipgloss v1.0.0
11-
github.com/getkin/kin-openapi v0.124.0
11+
github.com/getkin/kin-openapi v0.127.0
1212
github.com/google/uuid v1.6.0
1313
github.com/gorilla/handlers v1.5.2
1414
github.com/gorilla/mux v1.8.1
@@ -20,7 +20,7 @@ require (
2020
github.com/mattn/go-sqlite3 v1.14.22
2121
github.com/mitchellh/go-homedir v1.1.0
2222
github.com/muesli/reflow v0.3.0
23-
github.com/oapi-codegen/oapi-codegen/v2 v2.3.0
23+
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
2424
github.com/oapi-codegen/runtime v1.1.1
2525
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2626
github.com/pkg/errors v0.9.1
@@ -45,17 +45,18 @@ require (
4545
github.com/charmbracelet/x/term v0.2.1 // indirect
4646
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4747
github.com/dlclark/regexp2 v1.4.0 // indirect
48+
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
4849
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
4950
github.com/felixge/httpsnoop v1.0.4 // indirect
5051
github.com/fsnotify/fsnotify v1.7.0 // indirect
51-
github.com/go-openapi/jsonpointer v0.20.2 // indirect
52-
github.com/go-openapi/swag v0.22.8 // indirect
52+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
53+
github.com/go-openapi/swag v0.23.0 // indirect
5354
github.com/golang/protobuf v1.5.3 // indirect
5455
github.com/gorilla/css v1.0.0 // indirect
5556
github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f // indirect
5657
github.com/hashicorp/hcl v1.0.0 // indirect
5758
github.com/inconshreveable/mousetrap v1.1.0 // indirect
58-
github.com/invopop/yaml v0.2.0 // indirect
59+
github.com/invopop/yaml v0.3.1 // indirect
5960
github.com/josharian/intern v1.0.0 // indirect
6061
github.com/launchdarkly/ccache v1.1.0 // indirect
6162
github.com/launchdarkly/eventsource v1.6.2 // indirect
@@ -85,10 +86,12 @@ require (
8586
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
8687
github.com/sahilm/fuzzy v0.1.1 // indirect
8788
github.com/sourcegraph/conc v0.3.0 // indirect
89+
github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
8890
github.com/spf13/afero v1.11.0 // indirect
8991
github.com/spf13/cast v1.6.0 // indirect
9092
github.com/stretchr/objx v0.5.2 // indirect
9193
github.com/subosito/gotenv v1.6.0 // indirect
94+
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
9295
github.com/yuin/goldmark v1.5.2 // indirect
9396
github.com/yuin/goldmark-emoji v1.0.1 // indirect
9497
go.uber.org/atomic v1.9.0 // indirect

0 commit comments

Comments
 (0)