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

Bump github.com/deepmap/oapi-codegen from 1.13.2 to 1.14.0 #376

Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with: {go-version-file: go.mod}

- run: |
go install "github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.12.4"
go install "github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.14.0"
go generate ./...

- {uses: gacts/github-slug@v1, id: slug}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- run: |
mkdir ./web/dist && touch ./web/dist/index.html # is needed for go:embed
go install "github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.12.4"
go install "github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.14.0"
go generate ./...

- uses: golangci/golangci-lint-action@v3
Expand All @@ -81,7 +81,7 @@ jobs:

- run: |
mkdir ./web/dist && touch ./web/dist/index.html # is needed for go:embed
go install "github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.12.4"
go install "github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.14.0"
go generate ./...

- run: go test -race -covermode=atomic -coverprofile /tmp/coverage.txt ./...
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
with: {path: web/dist, name: frontend-dist}

- run: |
go install "github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.12.4"
go install "github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.14.0"
go generate ./...

- {uses: gacts/github-slug@v1, id: slug}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM golang:1.21-alpine as builder
ARG APP_VERSION="undefined@docker"

# renovate: source=github-releases name=deepmap/oapi-codegen
ENV OAPI_CODEGEN_VERSION="1.13.4"
ENV OAPI_CODEGEN_VERSION="1.14.0"

RUN set -x \
# Install `oapi-codegen`: <https://github.com/deepmap/oapi-codegen>
Expand Down
31 changes: 7 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.21

require (
github.com/alicebob/miniredis/v2 v2.30.5
github.com/deepmap/oapi-codegen v1.13.2
github.com/fatih/color v1.15.0
github.com/go-redis/redis/v8 v8.11.5
github.com/google/uuid v1.3.1
github.com/gorilla/websocket v1.5.0
github.com/joho/godotenv v1.5.1
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
github.com/labstack/echo/v4 v4.11.1
github.com/oapi-codegen/runtime v1.0.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_model v0.4.0
Expand All @@ -25,52 +25,35 @@ require (
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bytedance/sonic v1.9.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.9.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yuin/gopher-lua v1.1.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading
Loading