~bigbes/confluence-md-utilities

ref: b3d8390484fc02ba8fff65877f5e24bd87cbbc9b confluence-md-utilities/go.mod -rw-r--r-- 441 bytes
b3d83904 — Eugene Blikh feat: add pull --with-comments sidecar 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module go.bigb.es/confluence-md-utilities

go 1.26.1

require (
	github.com/spf13/cobra v1.10.2
	github.com/stretchr/testify v1.11.1
	github.com/yuin/goldmark v1.8.2
	golang.org/x/net v0.52.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.9 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)