mirror of
https://github.com/yarlson/lnk.git
synced 2025-09-02 18:12:33 +02:00
17 lines
367 B
Modula-2
17 lines
367 B
Modula-2
module github.com/yarlson/lnk
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/stretchr/testify v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|