Deployment and lifecycle management for Nix
1module codeberg.org/adamcstephens/sower
2
3go 1.25.7
4
5require (
6 github.com/adrg/xdg v0.5.3
7 github.com/alexflint/go-arg v1.6.1
8 github.com/lmittmann/tint v1.1.3
9 github.com/mattn/go-isatty v0.0.20
10 github.com/oapi-codegen/oapi-codegen/v2 v2.6.0
11 github.com/oapi-codegen/runtime v1.2.0
12 golang.org/x/sys v0.42.0
13)
14
15require (
16 github.com/alexflint/go-scalar v1.2.0 // indirect
17 github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
18 github.com/google/uuid v1.6.0 // indirect
19)