ot-browser/go.mod
Felix Niederwanger d534856fb6
Introduce storage module
Add a storage module to store all received geopoints into a sqlite3
database.
2024-02-17 15:10:40 +01:00

11 lines
219 B
Modula-2

module feldspaten.org/ot-browser/v2
go 1.15
require (
github.com/eclipse/paho.mqtt.golang v1.3.4
github.com/mattn/go-sqlite3 v1.14.22
github.com/smartystreets/goconvey v1.6.4 // indirect
gopkg.in/ini.v1 v1.62.0
)