30 lines
793 B
Modula-2
30 lines
793 B
Modula-2
module git.st8l.com/luxolus/kdnotify
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/containerd/fifo v1.0.0
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
github.com/stretchr/testify v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/cobra v1.6.1
|
|
go.uber.org/zap v1.23.0
|
|
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|