Checkpoint
Some checks failed
Test and build / Test and lint (push) Failing after 36s
Test and build / Build collector (push) Failing after 43s
Test and build / Build receiver (push) Failing after 42s

This commit is contained in:
2026-03-05 15:38:18 +01:00
parent 3106b2cf45
commit 13afa08e8a
108 changed files with 19509 additions and 729 deletions

12
go.mod
View File

@@ -1,9 +1,11 @@
module git.maze.io/ham/hamview
go 1.25.6
go 1.26
replace git.maze.io/go/ham => ../ham
require (
git.maze.io/go/ham v0.1.1-0.20260223201507-65f3fe39a98b
git.maze.io/go/ham v0.1.1-0.20260302213739-8f8a97300f5c
github.com/Vaniog/go-postgis v0.0.0-20240619200434-9c2eb8ed621e
github.com/cemkiy/echo-logrus v0.0.0-20200218141616-06f9cd1dae34
github.com/cridenour/go-postgis v1.0.1
@@ -11,20 +13,26 @@ require (
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/labstack/echo/v4 v4.15.0
github.com/lib/pq v1.11.2
github.com/mattn/go-sqlite3 v1.14.32
github.com/sirupsen/logrus v1.9.4
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/urfave/cli/v3 v3.6.2
go.yaml.in/yaml/v3 v3.0.4
xorm.io/builder v0.3.13
xorm.io/xorm v1.3.11
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.48.0 // indirect