diff --git a/go.mod b/go.mod index f29d8e9..5567906 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/prometheus/client_golang v1.20.4 github.com/spf13/cobra v1.8.1 github.com/swaggest/openapi-go v0.2.54 - github.com/swaggest/rest v0.2.66 + github.com/swaggest/rest v0.2.67 github.com/swaggest/swgui v1.8.2 github.com/swaggest/usecase v1.3.1 github.com/vladopajic/go-actor v0.9.0 diff --git a/go.sum b/go.sum index 72cda61..93fbfbe 100644 --- a/go.sum +++ b/go.sum @@ -138,8 +138,8 @@ github.com/swaggest/openapi-go v0.2.54 h1:WnFKIHAgR2RIOiYys3qvSuYmsFd2a17MIoC9Tc github.com/swaggest/openapi-go v0.2.54/go.mod h1:2Q7NpuG9NgpGeTaNOo852GSR6cCzSP4IznA9DNdUTQw= github.com/swaggest/refl v1.3.0 h1:PEUWIku+ZznYfsoyheF97ypSduvMApYyGkYF3nabS0I= github.com/swaggest/refl v1.3.0/go.mod h1:3Ujvbmh1pfSbDYjC6JGG7nMgPvpG0ehQL4iNonnLNbg= -github.com/swaggest/rest v0.2.66 h1:7jLlNVwzBbDMR/EUfO12wvWN8nKPwWKgqiQfUZYziyQ= -github.com/swaggest/rest v0.2.66/go.mod h1:bvqmwxq5B15OIGeHuENEpOCUglznT2gZKsacmY2Bt8E= +github.com/swaggest/rest v0.2.67 h1:ILaz1ko+Ahr2PjCEhik11P6KjD39lxKHIbdqa9mYD0Y= +github.com/swaggest/rest v0.2.67/go.mod h1:jf/wNhDFY7TPEsSGooy2ZEimtaNEnvpaU6SPlTaWTO4= github.com/swaggest/swgui v1.8.2 h1:JGpRCLGLZ7EqTwHsBEOo//kx8CM7Rv3RchgvfNpB+6E= github.com/swaggest/swgui v1.8.2/go.mod h1:nkzGeyMfq5FstGGNJKr1LORvM4RdsjTmvWvqvyZeDDc= github.com/swaggest/usecase v1.3.1 h1:JdKV30MTSsDxAXxkldLNcEn8O2uf565khyo6gr5sS+w=