protomolecule/go.mod

23 lines
853 B
Modula-2
Raw Normal View History

2021-04-03 04:55:27 +00:00
module protomolecule
go 1.16
require (
git.tcp.direct/kayos/prototooth v0.3.1-0.20210513000132-e440008138af
2021-07-12 01:54:34 +00:00
git.tcp.direct/tcp.direct/go-prompt v0.2.7-0.20210712015119-a962cc8abe10
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/google/gopacket v1.1.19
github.com/json-iterator/go v1.1.6
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/muka/go-bluetooth v0.0.0-20201211051136-07f31c601d33 // indirect
2021-05-08 21:40:50 +00:00
github.com/prologic/bitcask v0.3.10
2021-05-09 00:13:04 +00:00
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
2021-06-21 21:52:09 +00:00
tinygo.org/x/bluetooth v0.3.0
2021-04-03 04:55:27 +00:00
)