forked from ic-matcom/api.dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 1.02 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
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/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/swaggo/swag v1.7.0
github.com/tkanos/gonfig v0.0.0-20210106201359-53e13348de2f
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
golang.org/x/tools v0.1.5 // indirect
google.golang.org/grpc v1.33.2 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)