19 lines
441 B
Modula-2
19 lines
441 B
Modula-2
module github.com/urlesistiana/v2dat
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.10.2
|
|
go.uber.org/zap v1.27.1
|
|
google.golang.org/protobuf v1.36.10
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
)
|