protomolecule/go.mod

22 lines
800 B
Modula-2

module protomolecule
go 1.16
require (
git.tcp.direct/kayos/prototooth v0.3.1-0.20210513000132-e440008138af
github.com/charmbracelet/bubbles v0.7.9
github.com/charmbracelet/bubbletea v0.13.4
github.com/charmbracelet/lipgloss v0.2.1
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
github.com/muka/go-bluetooth v0.0.0-20201211051136-07f31c601d33 // indirect
github.com/prologic/bitcask v0.3.10
github.com/rs/zerolog v1.21.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/sys v0.0.0-20210414055047-fe65e336abe0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)