-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 731 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/ic-matcom/api.dapp
go 1.16
require (
github.com/Joker/hpp v1.0.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-playground/validator/v10 v10.4.1
github.com/hyperledger/fabric-sdk-go v1.0.0
github.com/iris-contrib/swagger/v12 v12.2.0-alpha
github.com/json-iterator/go v1.1.12
github.com/kataras/iris/v12 v12.2.0-alpha2.0.20210304161013-7272c76847eb
github.com/lib/pq v1.10.0
github.com/swaggo/swag v1.7.0
github.com/tkanos/gonfig v0.0.0-20210106201359-53e13348de2f
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)