Bump {go/ham,ham/hamview} to v0.1.0
Some checks failed
Test and build / Test & lint (push) Failing after 42s
Test and build / Build (push) Has been skipped

This commit is contained in:
2026-02-23 18:28:27 +01:00
parent 764856cb0d
commit 32343c4140
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -3,8 +3,8 @@ module git.maze.io/ham/hamview-receiver
go 1.25.6
require (
git.maze.io/go/ham v0.0.0-20260222203006-aabfa853ecb5
git.maze.io/ham/hamview v0.0.0-20260223145135-be7e6b093a51
git.maze.io/go/ham v0.1.0
git.maze.io/ham/hamview v0.1.0
github.com/sirupsen/logrus v1.9.4
github.com/urfave/cli/v3 v3.6.2
)