diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index bd137ca2b..de5a69c21 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -2354,11 +2354,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/oapi-codegen/runtime -Version: v1.2.0 +Version: v1.3.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/oapi-codegen/runtime@v1.2.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/oapi-codegen/runtime@v1.3.0/LICENSE: Apache License Version 2.0, January 2004 diff --git a/NOTICE.txt b/NOTICE.txt index 673c6df86..79dd5b088 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -2354,11 +2354,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/oapi-codegen/runtime -Version: v1.2.0 +Version: v1.3.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/oapi-codegen/runtime@v1.2.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/oapi-codegen/runtime@v1.3.0/LICENSE: Apache License Version 2.0, January 2004 diff --git a/go.mod b/go.mod index c514b71dd..467f76fca 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ require ( github.com/magefile/mage v1.16.0 github.com/mailru/easyjson v0.9.2 github.com/miolini/datacounter v1.0.3 - github.com/oapi-codegen/runtime v1.2.0 + github.com/oapi-codegen/runtime v1.3.0 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 github.com/prometheus/client_golang v1.23.2 github.com/rs/xid v1.6.0 diff --git a/go.sum b/go.sum index 5ff17264f..0a1df11eb 100644 --- a/go.sum +++ b/go.sum @@ -121,8 +121,8 @@ github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3N github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/oapi-codegen/runtime v1.2.0 h1:RvKc1CVS1QeKSNzO97FBQbSMZyQ8s6rZd+LpmzwHMP4= -github.com/oapi-codegen/runtime v1.2.0/go.mod h1:Y7ZhmmlE8ikZOmuHRRndiIm7nf3xcVv+YMweKgG1DT0= +github.com/oapi-codegen/runtime v1.3.0 h1:vyK1zc0gDWWXgk2xoQa4+X4RNNc5SL2RbTpJS/4vMYA= +github.com/oapi-codegen/runtime v1.3.0/go.mod h1:kOdeacKy7t40Rclb1je37ZLFboFxh+YLy0zaPCMibPY= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM=