-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
33 lines (30 loc) · 1.22 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
33
module github.com/kfsoftware/hlf-cc-dev
go 1.16
require (
github.com/99designs/gqlgen v0.17.1
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gosimple/slug v1.12.0
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
github.com/hyperledger/fabric-config v0.1.0
github.com/hyperledger/fabric-gateway v1.0.1
github.com/hyperledger/fabric-protos-go v0.0.0-20220315113721-7dc293e117f7
github.com/hyperledger/fabric-sdk-go v1.0.1-0.20220124135247-4f34271d9b0f
github.com/kfsoftware/getout v0.0.5-beta14
github.com/lib/pq v1.10.2
github.com/lithammer/shortuuid/v3 v3.0.7
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/rs/zerolog v1.26.1
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a
github.com/sirupsen/logrus v1.8.1
github.com/slok/go-http-metrics v0.9.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/vektah/gqlparser/v2 v2.4.0
google.golang.org/grpc v1.43.0
k8s.io/client-go v0.23.1
)
replace github.com/go-kit/kit => github.com/go-kit/kit v0.8.0