forked from engineerit2014/ms-gin-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 757 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/laironacosta/ms-gin-go
go 1.16
require (
github.com/gin-gonic/gin v1.6.3
github.com/go-pg/migrations/v8 v8.1.0
github.com/go-pg/pg/v10 v10.9.0
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/golang/protobuf v1.5.1 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/laironacosta/kit-go v1.0.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/ugorji/go v1.2.4 // indirect
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)