10 lines
237 B
Modula-2
10 lines
237 B
Modula-2
|
module github.com/echo-go/echoswagger
|
||
|
|
||
|
require (
|
||
|
github.com/labstack/echo v3.3.10+incompatible // indirect
|
||
|
github.com/labstack/echo/v4 v4.1.11
|
||
|
github.com/stretchr/testify v1.4.0
|
||
|
)
|
||
|
|
||
|
go 1.13
|