diff --git a/adapter/chiopenapi/examples/basic/go.mod b/adapter/chiopenapi/examples/basic/go.mod index 7d08500..96edfa7 100644 --- a/adapter/chiopenapi/examples/basic/go.mod +++ b/adapter/chiopenapi/examples/basic/go.mod @@ -4,12 +4,11 @@ go 1.21 require ( github.com/go-chi/chi/v5 v5.2.2 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec/adapter/chiopenapi v0.0.0 ) require ( - github.com/kr/text v0.1.0 // indirect github.com/oaswrap/spec-ui v0.1.4 // indirect github.com/swaggest/jsonschema-go v0.3.78 // indirect github.com/swaggest/openapi-go v0.2.60 // indirect diff --git a/adapter/chiopenapi/examples/basic/go.sum b/adapter/chiopenapi/examples/basic/go.sum index babe887..3437f3c 100644 --- a/adapter/chiopenapi/examples/basic/go.sum +++ b/adapter/chiopenapi/examples/basic/go.sum @@ -12,8 +12,7 @@ github.com/iancoleman/orderedmap v0.3.0 h1:5cbR2grmZR/DiVt+VJopEhtVs9YGInGIxAoMJ github.com/iancoleman/orderedmap v0.3.0/go.mod h1:XuLcCUkdL5owUCQeF2Ue9uuw1EptkJDkXXS7VoV7XGE= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/chiopenapi/go.mod b/adapter/chiopenapi/go.mod index 2eb03ad..f6de42f 100644 --- a/adapter/chiopenapi/go.mod +++ b/adapter/chiopenapi/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/go-chi/chi/v5 v5.2.2 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec-ui v0.1.4 github.com/stretchr/testify v1.11.1 ) @@ -12,12 +12,11 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/google/go-cmp v0.7.0 // indirect - github.com/kr/pretty v0.1.0 // indirect + github.com/kr/text v0.1.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/swaggest/jsonschema-go v0.3.78 // indirect github.com/swaggest/openapi-go v0.2.60 // indirect github.com/swaggest/refl v1.4.0 // indirect - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/adapter/chiopenapi/go.sum b/adapter/chiopenapi/go.sum index a0d956f..e834ab4 100644 --- a/adapter/chiopenapi/go.sum +++ b/adapter/chiopenapi/go.sum @@ -15,8 +15,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= +github.com/oaswrap/spec v0.3.4/go.mod h1:e6cGQJcVCkQozwsw8T0ydSWEgQPA/dHFmQME4KawOYU= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/echoopenapi/examples/basic/go.mod b/adapter/echoopenapi/examples/basic/go.mod index 2307752..2d3bf67 100644 --- a/adapter/echoopenapi/examples/basic/go.mod +++ b/adapter/echoopenapi/examples/basic/go.mod @@ -4,12 +4,11 @@ go 1.23.0 require ( github.com/labstack/echo/v4 v4.13.4 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec/adapter/echoopenapi v0.0.0 ) require ( - github.com/kr/text v0.1.0 // indirect github.com/labstack/gommon v0.4.2 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect diff --git a/adapter/echoopenapi/examples/basic/go.sum b/adapter/echoopenapi/examples/basic/go.sum index 345874e..851842f 100644 --- a/adapter/echoopenapi/examples/basic/go.sum +++ b/adapter/echoopenapi/examples/basic/go.sum @@ -18,8 +18,7 @@ github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHP github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/echoopenapi/go.mod b/adapter/echoopenapi/go.mod index 6a13dcf..c7e2892 100644 --- a/adapter/echoopenapi/go.mod +++ b/adapter/echoopenapi/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/labstack/echo/v4 v4.13.4 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec-ui v0.1.4 github.com/stretchr/testify v1.11.1 ) @@ -12,7 +12,7 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/google/go-cmp v0.7.0 // indirect - github.com/kr/pretty v0.1.0 // indirect + github.com/kr/text v0.1.0 // indirect github.com/labstack/gommon v0.4.2 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect @@ -26,7 +26,6 @@ require ( golang.org/x/net v0.40.0 // indirect golang.org/x/sys v0.33.0 // indirect golang.org/x/text v0.25.0 // indirect - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/adapter/echoopenapi/go.sum b/adapter/echoopenapi/go.sum index 4ac8f45..eeac515 100644 --- a/adapter/echoopenapi/go.sum +++ b/adapter/echoopenapi/go.sum @@ -21,8 +21,8 @@ github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHP github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= +github.com/oaswrap/spec v0.3.4/go.mod h1:e6cGQJcVCkQozwsw8T0ydSWEgQPA/dHFmQME4KawOYU= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/fiberopenapi/examples/basic/go.mod b/adapter/fiberopenapi/examples/basic/go.mod index a7447bf..6e4288e 100644 --- a/adapter/fiberopenapi/examples/basic/go.mod +++ b/adapter/fiberopenapi/examples/basic/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.12 require ( github.com/gofiber/fiber/v2 v2.52.9 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec/adapter/fiberopenapi v0.0.0 ) @@ -14,7 +14,6 @@ require ( github.com/andybalholm/brotli v1.1.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/klauspost/compress v1.17.9 // indirect - github.com/kr/text v0.1.0 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-runewidth v0.0.16 // indirect diff --git a/adapter/fiberopenapi/examples/basic/go.sum b/adapter/fiberopenapi/examples/basic/go.sum index 6412514..e0baaca 100644 --- a/adapter/fiberopenapi/examples/basic/go.sum +++ b/adapter/fiberopenapi/examples/basic/go.sum @@ -23,8 +23,7 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc= github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/fiberopenapi/go.mod b/adapter/fiberopenapi/go.mod index 4d3703e..dc515e4 100644 --- a/adapter/fiberopenapi/go.mod +++ b/adapter/fiberopenapi/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.12 require ( github.com/gofiber/fiber/v2 v2.52.9 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec-ui v0.1.4 github.com/stretchr/testify v1.11.1 ) @@ -17,7 +17,7 @@ require ( github.com/google/go-cmp v0.7.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/klauspost/compress v1.17.9 // indirect - github.com/kr/pretty v0.1.0 // indirect + github.com/kr/text v0.1.0 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-runewidth v0.0.16 // indirect @@ -30,7 +30,6 @@ require ( github.com/valyala/fasthttp v1.51.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect golang.org/x/sys v0.33.0 // indirect - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/adapter/fiberopenapi/go.sum b/adapter/fiberopenapi/go.sum index 26e31c4..9cd34cd 100644 --- a/adapter/fiberopenapi/go.sum +++ b/adapter/fiberopenapi/go.sum @@ -27,8 +27,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc= github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= +github.com/oaswrap/spec v0.3.4/go.mod h1:e6cGQJcVCkQozwsw8T0ydSWEgQPA/dHFmQME4KawOYU= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/ginopenapi/examples/basic/go.mod b/adapter/ginopenapi/examples/basic/go.mod index 05cd6e5..71ee07f 100644 --- a/adapter/ginopenapi/examples/basic/go.mod +++ b/adapter/ginopenapi/examples/basic/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.12 require ( github.com/gin-gonic/gin v1.10.1 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec/adapter/ginopenapi v0.0.0 ) @@ -23,7 +23,6 @@ require ( github.com/goccy/go-json v0.10.2 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/klauspost/cpuid/v2 v2.2.7 // indirect - github.com/kr/text v0.1.0 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect diff --git a/adapter/ginopenapi/examples/basic/go.sum b/adapter/ginopenapi/examples/basic/go.sum index d322f79..707ac8f 100644 --- a/adapter/ginopenapi/examples/basic/go.sum +++ b/adapter/ginopenapi/examples/basic/go.sum @@ -51,8 +51,7 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM= diff --git a/adapter/ginopenapi/go.mod b/adapter/ginopenapi/go.mod index 773c9bc..cb47517 100644 --- a/adapter/ginopenapi/go.mod +++ b/adapter/ginopenapi/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.12 require ( github.com/gin-gonic/gin v1.10.1 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec-ui v0.1.4 github.com/stretchr/testify v1.11.1 ) @@ -26,7 +26,7 @@ require ( github.com/google/go-cmp v0.7.0 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/klauspost/cpuid/v2 v2.2.7 // indirect - github.com/kr/pretty v0.1.0 // indirect + github.com/kr/text v0.1.0 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect @@ -44,7 +44,6 @@ require ( golang.org/x/sys v0.33.0 // indirect golang.org/x/text v0.25.0 // indirect google.golang.org/protobuf v1.34.1 // indirect - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/adapter/ginopenapi/go.sum b/adapter/ginopenapi/go.sum index 681906a..642348d 100644 --- a/adapter/ginopenapi/go.sum +++ b/adapter/ginopenapi/go.sum @@ -54,8 +54,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= +github.com/oaswrap/spec v0.3.4/go.mod h1:e6cGQJcVCkQozwsw8T0ydSWEgQPA/dHFmQME4KawOYU= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM= diff --git a/adapter/httpopenapi/examples/basic/go.mod b/adapter/httpopenapi/examples/basic/go.mod index 564cd21..184bddc 100644 --- a/adapter/httpopenapi/examples/basic/go.mod +++ b/adapter/httpopenapi/examples/basic/go.mod @@ -3,12 +3,11 @@ module github.com/oaswrap/spec/adapter/httpopenapi/examples/basic go 1.22 require ( - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec/adapter/httpopenapi v0.0.0 ) require ( - github.com/kr/text v0.1.0 // indirect github.com/oaswrap/spec-ui v0.1.4 // indirect github.com/swaggest/jsonschema-go v0.3.78 // indirect github.com/swaggest/openapi-go v0.2.60 // indirect diff --git a/adapter/httpopenapi/examples/basic/go.sum b/adapter/httpopenapi/examples/basic/go.sum index f9e569d..1eb3a8b 100644 --- a/adapter/httpopenapi/examples/basic/go.sum +++ b/adapter/httpopenapi/examples/basic/go.sum @@ -10,8 +10,7 @@ github.com/iancoleman/orderedmap v0.3.0 h1:5cbR2grmZR/DiVt+VJopEhtVs9YGInGIxAoMJ github.com/iancoleman/orderedmap v0.3.0/go.mod h1:XuLcCUkdL5owUCQeF2Ue9uuw1EptkJDkXXS7VoV7XGE= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/httpopenapi/go.mod b/adapter/httpopenapi/go.mod index 096d048..e11e177 100644 --- a/adapter/httpopenapi/go.mod +++ b/adapter/httpopenapi/go.mod @@ -3,7 +3,7 @@ module github.com/oaswrap/spec/adapter/httpopenapi go 1.22 require ( - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec-ui v0.1.4 github.com/stretchr/testify v1.11.1 ) @@ -11,12 +11,11 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/google/go-cmp v0.7.0 // indirect - github.com/kr/pretty v0.1.0 // indirect + github.com/kr/text v0.1.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/swaggest/jsonschema-go v0.3.78 // indirect github.com/swaggest/openapi-go v0.2.60 // indirect github.com/swaggest/refl v1.4.0 // indirect - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/adapter/httpopenapi/go.sum b/adapter/httpopenapi/go.sum index 54864bc..5934a0e 100644 --- a/adapter/httpopenapi/go.sum +++ b/adapter/httpopenapi/go.sum @@ -13,8 +13,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= +github.com/oaswrap/spec v0.3.4/go.mod h1:e6cGQJcVCkQozwsw8T0ydSWEgQPA/dHFmQME4KawOYU= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/httprouteropenapi/examples/basic/go.mod b/adapter/httprouteropenapi/examples/basic/go.mod index 4ba147a..4b2e73a 100644 --- a/adapter/httprouteropenapi/examples/basic/go.mod +++ b/adapter/httprouteropenapi/examples/basic/go.mod @@ -4,12 +4,11 @@ go 1.21 require ( github.com/julienschmidt/httprouter v1.3.0 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec/adapter/httprouteropenapi v0.0.0 ) require ( - github.com/kr/text v0.1.0 // indirect github.com/oaswrap/spec-ui v0.1.4 // indirect github.com/swaggest/jsonschema-go v0.3.78 // indirect github.com/swaggest/openapi-go v0.2.60 // indirect diff --git a/adapter/httprouteropenapi/examples/basic/go.sum b/adapter/httprouteropenapi/examples/basic/go.sum index 5356427..0aef8de 100644 --- a/adapter/httprouteropenapi/examples/basic/go.sum +++ b/adapter/httprouteropenapi/examples/basic/go.sum @@ -12,8 +12,7 @@ github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4d github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/httprouteropenapi/go.mod b/adapter/httprouteropenapi/go.mod index 18b35a5..fe852ae 100644 --- a/adapter/httprouteropenapi/go.mod +++ b/adapter/httprouteropenapi/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/julienschmidt/httprouter v1.3.0 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec-ui v0.1.4 github.com/stretchr/testify v1.11.1 ) @@ -12,12 +12,11 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/google/go-cmp v0.7.0 // indirect - github.com/kr/pretty v0.1.0 // indirect + github.com/kr/text v0.1.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/swaggest/jsonschema-go v0.3.78 // indirect github.com/swaggest/openapi-go v0.2.60 // indirect github.com/swaggest/refl v1.4.0 // indirect - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/adapter/httprouteropenapi/go.sum b/adapter/httprouteropenapi/go.sum index 2c8bc4e..769a5a8 100644 --- a/adapter/httprouteropenapi/go.sum +++ b/adapter/httprouteropenapi/go.sum @@ -15,8 +15,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= +github.com/oaswrap/spec v0.3.4/go.mod h1:e6cGQJcVCkQozwsw8T0ydSWEgQPA/dHFmQME4KawOYU= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/muxopenapi/examples/basic/go.mod b/adapter/muxopenapi/examples/basic/go.mod index 0f5f9a8..f3bce9f 100644 --- a/adapter/muxopenapi/examples/basic/go.mod +++ b/adapter/muxopenapi/examples/basic/go.mod @@ -4,12 +4,11 @@ go 1.21 require ( github.com/gorilla/mux v1.8.1 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec/adapter/muxopenapi v0.3.1 ) require ( - github.com/kr/text v0.1.0 // indirect github.com/oaswrap/spec-ui v0.1.4 // indirect github.com/swaggest/jsonschema-go v0.3.78 // indirect github.com/swaggest/openapi-go v0.2.60 // indirect diff --git a/adapter/muxopenapi/examples/basic/go.sum b/adapter/muxopenapi/examples/basic/go.sum index 643efe9..562bf66 100644 --- a/adapter/muxopenapi/examples/basic/go.sum +++ b/adapter/muxopenapi/examples/basic/go.sum @@ -12,8 +12,7 @@ github.com/iancoleman/orderedmap v0.3.0 h1:5cbR2grmZR/DiVt+VJopEhtVs9YGInGIxAoMJ github.com/iancoleman/orderedmap v0.3.0/go.mod h1:XuLcCUkdL5owUCQeF2Ue9uuw1EptkJDkXXS7VoV7XGE= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/adapter/muxopenapi/go.mod b/adapter/muxopenapi/go.mod index b9ffeda..4c9cef4 100644 --- a/adapter/muxopenapi/go.mod +++ b/adapter/muxopenapi/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/gorilla/mux v1.8.1 - github.com/oaswrap/spec v0.3.3 + github.com/oaswrap/spec v0.3.4 github.com/oaswrap/spec-ui v0.1.4 github.com/stretchr/testify v1.11.1 ) @@ -12,12 +12,11 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/google/go-cmp v0.7.0 // indirect - github.com/kr/pretty v0.1.0 // indirect + github.com/kr/text v0.1.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/swaggest/jsonschema-go v0.3.78 // indirect github.com/swaggest/openapi-go v0.2.60 // indirect github.com/swaggest/refl v1.4.0 // indirect - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/adapter/muxopenapi/go.sum b/adapter/muxopenapi/go.sum index 8eb2dd3..2f2130d 100644 --- a/adapter/muxopenapi/go.sum +++ b/adapter/muxopenapi/go.sum @@ -15,8 +15,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/oaswrap/spec v0.3.3 h1:ezFH6wflfTrDUo7sxk6iRi+dWWbkdzqRW8xXw139oVw= -github.com/oaswrap/spec v0.3.3/go.mod h1:cQiboTAf466DfgKGbFe0wCA14wXSBfhPcGMM0/zN1V8= +github.com/oaswrap/spec v0.3.4 h1:m44CXo0P52WoY7pY3/ps6cuv/lNVCCZQk4jwqXqhE8o= +github.com/oaswrap/spec v0.3.4/go.mod h1:e6cGQJcVCkQozwsw8T0ydSWEgQPA/dHFmQME4KawOYU= github.com/oaswrap/spec-ui v0.1.4 h1:XM2Z/ZS2Su90EtDSVuOHGr2+DLpVc2933mxkn6F4aeU= github.com/oaswrap/spec-ui v0.1.4/go.mod h1:D8EnD6zbYJ3q65wdltw6QHXfw+nut5XwSSA1xtlSEQQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= diff --git a/examples/basic/go.mod b/examples/basic/go.mod index 0184887..ad04598 100644 --- a/examples/basic/go.mod +++ b/examples/basic/go.mod @@ -2,14 +2,15 @@ module github.com/oaswrap/spec/examples/basic go 1.21 -require github.com/oaswrap/spec v0.3.3 +require github.com/oaswrap/spec v0.3.4 require ( - github.com/kr/text v0.1.0 // indirect + github.com/kr/pretty v0.1.0 // indirect github.com/oaswrap/spec-ui v0.1.4 // indirect github.com/swaggest/jsonschema-go v0.3.78 // indirect github.com/swaggest/openapi-go v0.2.60 // indirect github.com/swaggest/refl v1.4.0 // indirect + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) diff --git a/examples/petstore/go.mod b/examples/petstore/go.mod index 0bdcefe..2f99084 100644 --- a/examples/petstore/go.mod +++ b/examples/petstore/go.mod @@ -2,14 +2,15 @@ module github.com/oaswrap/spec/examples/petstore go 1.21 -require github.com/oaswrap/spec v0.3.3 +require github.com/oaswrap/spec v0.3.4 require ( - github.com/kr/text v0.1.0 // indirect + github.com/kr/pretty v0.1.0 // indirect github.com/oaswrap/spec-ui v0.1.4 // indirect github.com/swaggest/jsonschema-go v0.3.78 // indirect github.com/swaggest/openapi-go v0.2.60 // indirect github.com/swaggest/refl v1.4.0 // indirect + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )