-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (34 loc) · 1.27 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
34
35
36
module github.com/qlcchain/go-lsobus
go 1.16
require (
github.com/abiosoft/ishell v0.0.0-20190613190920-79d20b1325a4
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db
github.com/bitly/go-simplejson v0.5.0
github.com/bluele/gcache v0.0.2
github.com/cornelk/hashmap v1.0.1
github.com/fatih/color v1.10.0
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/gammazero/workerpool v1.1.1
github.com/go-openapi/errors v0.20.0
github.com/go-openapi/runtime v0.19.27
github.com/go-openapi/strfmt v0.20.0
github.com/go-openapi/swag v0.19.15
github.com/go-openapi/validate v0.20.2
github.com/go-resty/resty/v2 v2.5.0
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.5
github.com/google/uuid v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/qlcchain/qlc-go-sdk v1.5.0
github.com/sahilm/fuzzy v0.1.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
go.uber.org/atomic v1.7.0
go.uber.org/zap v1.16.0
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6
google.golang.org/grpc v1.36.1
google.golang.org/protobuf v1.26.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
)