Archived
Template
1
0
This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2021-12-12 14:56:13 +01:00

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