22 lines
580 B
Modula-2
22 lines
580 B
Modula-2
module code.vikunja.io/veans
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/dustinkirkland/golang-petname v0.0.0-20260215035315-f0c533e9ce9b
|
|
github.com/magefile/mage v1.17.2
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
|
|
github.com/spf13/cobra v1.10.2
|
|
github.com/zalando/go-keyring v0.2.8
|
|
golang.org/x/sys v0.43.0
|
|
golang.org/x/term v0.42.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/danieljoos/wincred v1.2.3 // indirect
|
|
github.com/godbus/dbus/v5 v5.2.2 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
)
|