-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.19 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
module framework-go
go 1.15
require (
github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/axw/gocov v1.0.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/go-openapi/spec v0.19.10 // indirect
github.com/go-openapi/swag v0.19.10 // indirect
github.com/godror/godror v0.16.1
github.com/gofrs/uuid v3.3.0+incompatible
github.com/jinzhu/configor v1.2.0
github.com/jinzhu/gorm v1.9.12
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/kr/pty v1.1.5 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/satori/go.uuid v1.2.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/http-swagger v0.0.0-20200308142732-58ac5e232fba // indirect
github.com/swaggo/swag v1.6.9
go.uber.org/dig v1.9.0
golang.org/x/tools v0.1.2 // indirect
)