Skip to content

Commit

Permalink
build: Vendor github.com/spf13/cobra
Browse files Browse the repository at this point in the history
This is unused, but I need a vendor/ directory to test the next commit
which adds `make vendorcheck`
  • Loading branch information
cfergeau committed Jun 13, 2024
1 parent fdce3f0 commit 97b9544
Show file tree
Hide file tree
Showing 70 changed files with 12,443 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/macadam/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import (
"log/slog"

"github.com/crc-org/macadam/pkg/cmdline"

_ "github.com/spf13/cobra"
)

func main() {
Expand Down
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
module github.com/crc-org/macadam

go 1.21

require github.com/spf13/cobra v1.8.0

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)
201 changes: 201 additions & 0 deletions vendor/github.com/inconshreveable/mousetrap/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions vendor/github.com/inconshreveable/mousetrap/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/inconshreveable/mousetrap/trap_others.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions vendor/github.com/inconshreveable/mousetrap/trap_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions vendor/github.com/spf13/cobra/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 97b9544

Please sign in to comment.