mirror of
https://github.com/4ier/notion-cli.git
synced 2026-09-14 20:17:00 +08:00
4f7c2f7cdf
- config_test: use t.Setenv for reliable env isolation on CI - config_test: skip permission test on Windows - test.yml: align Go matrix with go.mod (1.24) - goreleaser: fix deprecated formats/homebrew_casks fields - block: improve --format md rendering with proper indentation - block: add more markdown parse test cases - page: minor improvements
18 lines
399 B
Modula-2
18 lines
399 B
Modula-2
module github.com/4ier/notion-cli
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/fatih/color v1.18.0
|
|
github.com/spf13/cobra v1.10.2
|
|
golang.org/x/term v0.40.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
)
|