-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (32 loc) · 1.39 KB
/
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
27
28
29
30
31
32
33
34
module github.com/OLTeam-go/sea-store-backend-items
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/globocom/echo-prometheus v0.1.2
github.com/go-pg/pg v8.0.7+incompatible
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/golang-migrate/migrate/v4 v4.12.2
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/uuid v1.1.2
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/labstack/echo/v4 v4.1.10
github.com/labstack/gommon v0.3.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/stretchr/testify v1.6.1
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.6.3
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a // indirect
golang.org/x/tools v0.0.0-20200902012652-d1954cc86c82 // indirect
google.golang.org/genproto v0.0.0-20200901141002-b3bf27a9dbd1 // indirect
google.golang.org/grpc v1.31.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
mellium.im/sasl v0.2.1 // indirect
)