mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-15 06:53:18 +00:00
11 lines
193 B
Modula-2
11 lines
193 B
Modula-2
module github.com/tnypxl/rollup
|
|
|
|
go 1.23
|
|
|
|
require github.com/spf13/cobra v1.8.1
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|