]>
Commit | Line | Data |
---|---|---|
6988a057 JH |
1 | module github.com/jhalter/mobius |
2 | ||
3 | go 1.16 | |
4 | ||
5 | require ( | |
6 | github.com/davecgh/go-spew v1.1.1 | |
8113a18a | 7 | github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 |
6988a057 | 8 | github.com/pkg/errors v0.9.1 // indirect |
8113a18a JH |
9 | github.com/rivo/tview v0.0.0-20220129131435-1f7581b67bd1 |
10 | github.com/stretchr/objx v0.3.0 // indirect | |
11 | github.com/stretchr/testify v1.7.0 | |
12 | go.uber.org/atomic v1.9.0 // indirect | |
13 | go.uber.org/multierr v1.7.0 // indirect | |
14 | go.uber.org/zap v1.20.0 | |
15 | golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed | |
16 | golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect | |
17 | golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | |
18 | golang.org/x/text v0.3.7 // indirect | |
19 | gopkg.in/yaml.v2 v2.4.0 | |
6988a057 | 20 | ) |