diff --git a/b1de98a8f80b2a8aabce3cd70ab1d9b3fbe7817a b/b1de98a8f80b2a8aabce3cd70ab1d9b3fbe7817a index ad5b49c..2acfede 100644 --- a/b1de98a8f80b2a8aabce3cd70ab1d9b3fbe7817a +++ b/b1de98a8f80b2a8aabce3cd70ab1d9b3fbe7817a @@ -1 +1,19 @@ // `autogen:go.mod` + +module go.wit.com/apps/control-panel-vpn + +go 1.21 + +toolchain go1.23.4 + +require ( + go.wit.com/gui v0.22.22 + go.wit.com/lib/gadgets v0.22.5 + go.wit.com/log v0.22.10 +) + +require ( + go.wit.com/dev/alexflint/arg v1.5.5 // indirect + go.wit.com/dev/alexflint/scalar v1.2.4 // indirect + go.wit.com/widget v1.1.27 // indirect +)