// // Copyright (c) 2021 Cisco Systems, Inc and its affiliates // All Rights reserved // module github.com/CiscoDevNet/go-msx-swagger go 1.13 require ( github.com/getkin/kin-openapi v0.23.0 github.com/gorilla/mux v1.8.0 github.com/rakyll/statik v0.1.7 )