You've already forked golang-base-project
15 lines
331 B
Modula-2
15 lines
331 B
Modula-2
module github.com/swaggo/swag
|
|
|
|
require (
|
|
github.com/KyleBanks/depth v1.2.1
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-openapi/spec v0.20.3
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
|
github.com/shopspring/decimal v1.2.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/tools v0.1.0
|
|
)
|
|
|
|
go 1.13
|