]>
Commit | Line | Data |
---|---|---|
1 | module github.com/jhalter/mobius | |
2 | ||
3 | go 1.16 | |
4 | ||
5 | require ( | |
6 | github.com/davecgh/go-spew v1.1.1 | |
7 | github.com/gdamore/tcell/v2 v2.3.3 | |
8 | github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea // indirect | |
9 | github.com/pkg/errors v0.9.1 // indirect | |
10 | github.com/rivo/tview v0.0.0-20210624165335-29d673af0ce2 | |
11 | github.com/stretchr/testify v1.4.0 | |
12 | go.uber.org/zap v1.15.0 | |
13 | golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | |
14 | golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | |
15 | golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect | |
16 | golang.org/x/text v0.3.6 // indirect | |
17 | golang.org/x/tools v0.0.0-20200825202427-b303f430e36d // indirect | |
18 | golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | |
19 | gopkg.in/yaml.v2 v2.2.4 | |
20 | honnef.co/go/tools v0.0.1-2020.1.4 // indirect | |
21 | ) |