cobra/go.mod
Muyao CHEN 6d888d3313
Some checks failed
Test / lic-headers (push) Has been cancelled
Test / golangci-lint (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (17, macOS) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (17, ubuntu) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (18, macOS) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (18, ubuntu) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (19, macOS) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (19, ubuntu) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (20, macOS) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (20, ubuntu) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (21, macOS) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (21, ubuntu) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (22, macOS) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (22, ubuntu) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (23, macOS) (push) Has been cancelled
Test / ${{ matrix.platform }} | 1.${{ matrix.go }}.x (23, ubuntu) (push) Has been cancelled
Test / MINGW64 (push) Has been cancelled
GoWeb: add container into command
2024-09-30 13:59:53 +02:00

20 lines
444 B
Modula-2

module github.com/spf13/cobra
go 1.22.5
toolchain go1.23.1
require (
git.vinchent.xyz/vinchent/go-web v0.0.0-20240929215000-f0fc7ee2cb65
github.com/cpuguy83/go-md2man/v2 v2.0.4
github.com/inconshreveable/mousetrap v1.1.0
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
)