-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
27 lines (26 loc) · 1.21 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/mandocaesar/go-skeleton
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/gin-contrib/cors v0.0.0-20190101123304-5e7acb10687f
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/protobuf v1.2.0
github.com/hellofresh/health-go v2.0.2+incompatible
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
github.com/lib/pq v1.0.0 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/sebest/logrusly v0.0.0-20180315190218-3235eccb8edc
github.com/segmentio/go-loggly v0.5.0 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/spf13/viper v1.3.1
go.elastic.co/apm/module/apmgin v1.2.0
go.elastic.co/apm/module/apmlogrus v1.2.0
google.golang.org/grpc v1.18.0
gopkg.in/go-playground/validator.v8 v8.18.2
)