summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: e84e3df6c0ca4efc1215827feade7aac880de7e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module wg-portal

go 1.25

require (
	github.com/samber/lo v1.51.0
	gopkg.in/yaml.v3 v3.0.1
)

require golang.org/x/text v0.22.0 // indirect