🎉 Start project

This commit is contained in:
Dan Jones 2024-10-23 15:56:56 -05:00
commit c711ed6567
7 changed files with 119 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module codeberg.org/danjones000/utils
go 1.23.1
require (
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v3 v3.0.1
)