protomolecule/go.mod

18 lines
638 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
git.tcp.direct/kayos/sh3lly v0.0.0-20210614235113-d19f8c64b302
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/godbus/dbus/v5 v5.0.4 // 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-04-03 04:55:27 +00:00
)