Skip to content

Commit

Permalink
docs: swagger for sifi v0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
masonkatz committed Apr 25, 2024
1 parent 5ae198e commit 0e771b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -17633,7 +17633,7 @@
],
"description": "Returns license status for the cluster.",
"tags": [
"preview"
"default"
],
"summary": "Get the license status for this cluster",
"responses": {
Expand Down

0 comments on commit 0e771b1

Please sign in to comment.