-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1 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
module github.com/denisvmedia/urlshortener
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/go-extras/api2go v1.1.0
github.com/go-extras/errors v0.9.1
github.com/go-playground/validator/v10 v10.4.0
github.com/go-sql-driver/mysql v1.4.0
github.com/golang/gddo v0.0.0-20200831202555-721e228c7686
github.com/google/uuid v1.1.2
github.com/jessevdk/go-flags v1.4.0
github.com/jmoiron/sqlx v1.2.0
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/labstack/echo/v4 v4.0.0
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/prometheus/client_golang v1.7.1
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.6.7
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20201118174508-6ed8ff9ad920
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)