Social cloud hosting
1module github.com/neutrino2211/at-rund
2
3go 1.23.8
4
5require (
6 github.com/pelletier/go-toml/v2 v2.3.0
7 github.com/spf13/cobra v1.10.2
8)
9
10require (
11 github.com/google/uuid v1.6.0 // indirect
12 github.com/inconshreveable/mousetrap v1.1.0 // indirect
13 github.com/spf13/pflag v1.0.9 // indirect
14)