lbc_sdk for types instead of lbc itself (less deps)

This commit is contained in:
Gregory Bednov 2025-08-10 13:36:45 +03:00
commit 9c2d1aa992
3 changed files with 14 additions and 43 deletions

1
go.mod
View file

@ -4,5 +4,6 @@ go 1.24.3
require (
github.com/google/uuid v1.6.0
github.com/gregorybednov/lbc_sdk v0.0.0-20250810102513-432a51e65f76
github.com/spf13/pflag v1.0.7
)