-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathgo.mod
26 lines (24 loc) · 946 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module orderContext
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-openapi/spec v0.19.9 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-playground/validator/v10 v10.3.0
github.com/google/uuid v1.1.2
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.0.0
github.com/labstack/gommon v0.3.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.4.0
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.6.7
github.com/urfave/cli v1.22.4 // indirect
github.com/urfave/cli/v2 v2.2.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/tools v0.0.0-20200902012652-d1954cc86c82 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)