-
Notifications
You must be signed in to change notification settings - Fork 66
/
go.mod
63 lines (61 loc) · 2.44 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
module github.com/qri-io/qri
go 1.16
require (
github.com/beme/abide v0.0.0-20190723115211-635a09831760
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0
github.com/ghodss/yaml v1.0.0
github.com/gofrs/flock v0.7.1
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/flatbuffers v1.12.1-0.20200706154056-969d0f7a6317
github.com/google/go-cmp v0.5.5
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-datastore v0.4.5
github.com/ipfs/go-ipfs v0.9.1
github.com/ipfs/go-ipfs-config v0.14.0
github.com/ipfs/go-ipld-format v0.2.0
github.com/ipfs/go-log v1.0.5
github.com/ipfs/interface-go-ipfs-core v0.4.0
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/libp2p/go-libp2p v0.14.3
github.com/libp2p/go-libp2p-circuit v0.4.0
github.com/libp2p/go-libp2p-connmgr v0.2.4
github.com/libp2p/go-libp2p-core v0.8.5
github.com/libp2p/go-libp2p-crypto v0.1.0
github.com/libp2p/go-libp2p-peerstore v0.2.7
github.com/libp2p/go-libp2p-swarm v0.5.0
github.com/libp2p/go-msgio v0.0.6
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/microcosm-cc/bluemonday v1.0.5
github.com/mitchellh/go-homedir v1.1.0
github.com/mr-tron/base58 v1.2.0
github.com/multiformats/go-multiaddr v0.3.3
github.com/multiformats/go-multihash v0.0.15
github.com/olekukonko/tablewriter v0.0.4
github.com/qri-io/dag v0.2.3-0.20210628012720-e8a2affbb114
github.com/qri-io/dataset v0.3.1-0.20210924020641-0b920e8e8b2f
github.com/qri-io/deepdiff v0.2.1
github.com/qri-io/didmod v0.1.0
github.com/qri-io/doggos v0.1.0
github.com/qri-io/ioes v0.1.1
github.com/qri-io/iso8601 v0.1.1-0.20201221213213-f31ee4cdc38b
github.com/qri-io/jsonschema v0.2.2-0.20210618085106-a515144d7449
github.com/qri-io/qfs v0.6.1-0.20210809192005-052457575e43
github.com/qri-io/starlib v0.5.1-0.20211214160444-ce12cf4a9ca1
github.com/russross/blackfriday/v2 v2.0.2-0.20190629151518-3e56bb68c887
github.com/sergi/go-diff v1.1.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/ugorji/go/codec v1.1.7
github.com/vbauerster/mpb/v5 v5.3.0
go.starlark.net v0.0.0-20210602144842-1cdb82c9e17a
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744
golang.org/x/text v0.3.6
gopkg.in/yaml.v2 v2.4.0
nhooyr.io/websocket v1.8.6
)