-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 698 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/evt/rest-api-example
go 1.15
require (
cloud.google.com/go/storage v1.12.0
github.com/davecgh/go-spew v1.1.1
github.com/go-pg/pg v8.0.7+incompatible
github.com/go-pg/pg/v10 v10.3.2
github.com/go-playground/validator/v10 v10.4.0
github.com/go-sql-driver/mysql v1.5.0
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/golang-migrate/migrate/v4 v4.13.0
github.com/google/uuid v1.1.2
github.com/jinzhu/gorm v1.9.16
github.com/kelseyhightower/envconfig v1.4.0
github.com/labstack/echo/v4 v4.1.17
github.com/labstack/gommon v0.3.0
github.com/lib/pq v1.8.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.6.1
)