-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
40 lines (38 loc) · 1.69 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
module github.com/swampapp/swamp
go 1.16
require (
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
github.com/Jeffail/tunny v0.0.0-20190930221602-f13eb662a36a
github.com/arl/statsviz v0.2.3-0.20210106210000-ead6537275f7
github.com/blugelabs/bluge v0.1.9
github.com/briandowns/spinner v1.11.1
github.com/couchbase/vellum v1.0.2 // indirect
github.com/dchest/siphash v1.2.2 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/dustin/go-humanize v1.0.0
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 // indirect
github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
github.com/gofiber/fiber/v2 v2.4.1
github.com/gotk3/gotk3 v0.6.2-0.20210823201509-e9bf9aa867f1
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/muesli/reflow v0.2.1-0.20201103142440-d06e0479f1e5
github.com/muesli/termenv v0.7.4
github.com/mustafaturan/bus/v2 v2.0.4
github.com/ncw/swift v1.0.52 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/procfs v0.2.0
github.com/rs/xid v1.2.1
github.com/rs/zerolog v1.20.1-0.20201129091356-29d8dac5e875
github.com/rubiojr/rapi v0.0.0-20220427170925-3665cc41ba5e
github.com/rubiojr/rindex v0.0.0-20220427172834-fd09a51f57da
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/tinylib/msgp v1.1.0 // indirect
github.com/urfave/cli/v2 v2.2.0
github.com/vmihailenco/msgpack/v5 v5.3.5
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/zalando/go-keyring v0.1.1
gopkg.in/yaml.v2 v2.3.0
)