Skip to content

Commit

Permalink
Update go.mod (#839)
Browse files Browse the repository at this point in the history
Update gin-swagger dependency version to mitigate issue with missing dep (github.com/ugorji/go v1.1.5-pre).

Issue link: #826

Co-authored-by: Eason Lin <easonlin404@gmail.com>
  • Loading branch information
Stuart Innes and easonlin404 committed Dec 3, 2020
1 parent e18fc86 commit 62e4d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/object-map-example/go.mod
Expand Up @@ -6,6 +6,6 @@ require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/gin-gonic/gin v1.6.3
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.5.1
)

0 comments on commit 62e4d9b

Please sign in to comment.