Skip to content

Commit 8562532

Browse files
committed
Update Swagger UI assets
1 parent 7d2d94c commit 8562532

13 files changed

+1089
-125
lines changed

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
[![GoDoc](https://godoc.org/github.com/swaggest/swgui?status.svg)](https://godoc.org/github.com/swaggest/swgui)
44

5-
Package `swgui` (Swagger UI) provide a HTTP handler to serve Swagger UI.
6-
All assets are embedded in GO source code, so just build and run.
5+
Package `swgui` (Swagger UI) provides HTTP handler to serve Swagger UI.
6+
All assets are embedded in Go source code, so just build and run.
7+
8+
Static assets for `v3` are built from Swagger UI [v3.20.7](https://github.com/swagger-api/swagger-ui/releases/tag/v3.20.7).
79

810
## How to use
911

Diff for: go.mod

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module github.com/swaggest/swgui
2+
3+
require (
4+
github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414 // indirect
5+
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
6+
)

Diff for: go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414 h1:IYVb70m/qpJGjyZV2S4qbdSDnsMl+w9nsQ2iQedf1HI=
2+
github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414/go.mod h1:ZY1cvUeJuFPAdZ/B6v7RHavJWZn2YPVFQ1OSXhCGOkg=
3+
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd h1:ug7PpSOB5RBPK1Kg6qskGBoP3Vnj/aNYFTznWvlkGo0=
4+
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd/go.mod h1:TrYk7fJVaAttu97ZZKrO9UbRa8izdowaMIZcxYMbVaw=

0 commit comments

Comments
 (0)