blob: 01bba4c19eba9f1224a4bfbde02321e73ed2860e [file] [log] [blame]
module github.com/iomodo/staff
go 1.24.4
require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.9.1
golang.org/x/text v0.27.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
)