🚧 Stub for config package
This commit is contained in:
parent
1efc8671f5
commit
91bbd0f8e2
5 changed files with 471 additions and 1 deletions
5
go.mod
5
go.mod
|
|
@ -2,4 +2,7 @@ module codeberg.org/danjones000/trakter
|
|||
|
||||
go 1.23.6
|
||||
|
||||
require github.com/spf13/pflag v1.0.6
|
||||
require (
|
||||
github.com/spf13/pflag v1.0.6
|
||||
go.uber.org/mock v0.5.0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue