initial release
make promises, make commitments, ~~make users~~ register users
This commit is contained in:
parent
411533e5f0
commit
2b5bce7f6f
4 changed files with 276 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module lbc_client
|
||||
|
||||
go 1.24.3
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/spf13/pflag v1.0.7
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue