2024-02-18 05:55:06 +00:00
|
|
|
module git.asdf.cafe/abs3nt/gunner
|
|
|
|
|
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
require (
|
2024-12-05 10:49:22 +00:00
|
|
|
github.com/cristalhq/aconfig v0.18.6
|
2024-02-18 05:55:06 +00:00
|
|
|
github.com/cristalhq/aconfig/aconfigdotenv v0.17.1
|
|
|
|
sigs.k8s.io/yaml v1.4.0
|
|
|
|
)
|
|
|
|
|
2024-12-05 10:49:22 +00:00
|
|
|
require (
|
|
|
|
github.com/joho/godotenv v1.4.0 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
)
|