From 0e771b1d6ee8f33cd9b6eb5fc8b95b8f6b12a259 Mon Sep 17 00:00:00 2001 From: Mason Katz Date: Fri, 26 Apr 2024 08:03:57 +0900 Subject: [PATCH] docs: swagger for sifi v0.40.1 --- go.mod | 2 +- go.sum | 2 ++ swagger.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index e46f2c0..3d50019 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module manifold-doc go 1.22.1 -require git.softiron.com/sw/hc/sifi.git v0.40.0 +require git.softiron.com/sw/hc/sifi.git v0.40.1 require ( dario.cat/mergo v1.0.0 // indirect diff --git a/go.sum b/go.sum index f83b5b2..c5e90a0 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ git.softiron.com/sw/hc/sifi.git v0.34.0 h1:ZWDIpHubhR0qStpfusAJFmAPGq1/Ef17idOaZ git.softiron.com/sw/hc/sifi.git v0.34.0/go.mod h1:szRvWC/3OE08uR+rteJ1nJmT0HIH6an+1GJWhGlkq38= git.softiron.com/sw/hc/sifi.git v0.40.0 h1:HC5Zhz/N4gDeOilIbu/NeOCQ/mUua6W/F2r2v+6drrk= git.softiron.com/sw/hc/sifi.git v0.40.0/go.mod h1:n83DoSBdcAx8wDYHPdxkH+v7c/wtmXxyubbE4bKutPc= +git.softiron.com/sw/hc/sifi.git v0.40.1 h1:o6iA0fj0Ay3zWmzsEiltpo40CHgakreH41FoVLtG8eM= +git.softiron.com/sw/hc/sifi.git v0.40.1/go.mod h1:n83DoSBdcAx8wDYHPdxkH+v7c/wtmXxyubbE4bKutPc= github.com/KyleBanks/depth v1.2.1 h1:5h8fQADFrWtarTdtDudMmGsC7GPbOAu6RVB3ffsVFHc= github.com/KyleBanks/depth v1.2.1/go.mod h1:jzSb9d0L43HxTQfT+oSA1EEp2q+ne2uh6XgeJcm8brE= github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= diff --git a/swagger.json b/swagger.json index fdfbe55..9e567fd 100644 --- a/swagger.json +++ b/swagger.json @@ -17633,7 +17633,7 @@ ], "description": "Returns license status for the cluster.", "tags": [ - "preview" + "default" ], "summary": "Get the license status for this cluster", "responses": {