-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 858 Bytes
/
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
module github.com/woshidama323/LearningGolang
go 1.16
require (
github.com/atsushinee/go-markdown-generator v0.0.0-20191121114853-83f9e1f68504
github.com/aws/aws-sdk-go v1.32.11
github.com/confluentinc/confluent-kafka-go v1.7.0
github.com/filecoin-project/go-address v0.0.5
github.com/filecoin-project/go-jsonrpc v0.1.5
github.com/filecoin-project/go-state-types v0.1.5
github.com/filecoin-project/lotus v1.11.1
github.com/filecoin-project/specs-actors/v7 v7.0.1
github.com/gorilla/mux v1.8.0
github.com/mackerelio/go-osstat v0.2.1
github.com/multiformats/go-multiaddr v0.4.1
github.com/olekukonko/tablewriter v0.0.5
github.com/urfave/cli v1.22.2
github.com/urfave/cli/v2 v2.3.0
github.com/xuri/excelize/v2 v2.4.1
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
)