forked from sahib/brig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
67 lines (66 loc) · 3.03 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
64
65
66
67
module github.com/sahib/brig
require (
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7 // indirect
github.com/NYTimes/gziphandler v1.1.0
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/alokmenghrajani/gpgeez v0.0.0-20161206084504-1a06f1c582f9
github.com/bkaradzic/go-lz4 v1.0.0
github.com/blang/semver v3.5.1+incompatible
github.com/blang/vfs v1.0.0 // indirect
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/daaku/go.zipexe v0.0.0-20150329023125-a5fe2436ffcb // indirect
github.com/dgraph-io/badger v1.5.4
github.com/dgryski/go-farm v0.0.0-20190104051053-3adb47b1fb0f // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.7.0
github.com/golang/protobuf v1.3.0 // indirect
github.com/golang/snappy v0.0.1
github.com/gorilla/csrf v1.5.1
github.com/gorilla/mux v1.7.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.1.3
github.com/gorilla/websocket v1.4.0
github.com/ipfs/go-ipfs-util v0.0.1
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/magefile/mage v1.8.0
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.4
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.0.2 // indirect
github.com/multiformats/go-multiaddr-dns v0.0.2 // indirect
github.com/multiformats/go-multiaddr-net v0.0.1 // indirect
github.com/multiformats/go-multihash v0.0.1
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/phogolabs/parcello v0.8.1
github.com/pkg/errors v0.8.1
github.com/posener/wstest v0.0.0-20180217133618-28272a7ea048
github.com/sahib/config v0.2.0
github.com/sahib/go-ipfs-api v1.4.1
github.com/sdemontfort/go-mimemagic v0.0.0-20150708072242-d026a5785116
github.com/sirupsen/logrus v1.3.0
github.com/stretchr/testify v1.3.0
github.com/tinylib/msgp v1.1.0 // indirect
github.com/toqueteos/webbrowser v1.1.0
github.com/ulule/limiter v2.2.2+incompatible
github.com/urfave/cli v1.20.0
github.com/vbauerster/mpb v3.3.4+incompatible
github.com/wayneashleyberry/terminal-dimensions v1.0.0
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
golang.org/x/sys v0.0.0-20190309122539-980fc434d28e // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2
zombiezen.com/go/capnproto2 v2.17.0+incompatible
)