Move jsonmerge package to internal
This commit is contained in:
parent
8e27e9a8cd
commit
a65103667e
8 changed files with 342 additions and 1 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module github.com/cli/cli/v2
|
|||
go 1.22
|
||||
|
||||
require (
|
||||
dario.cat/mergo v1.0.0
|
||||
github.com/AlecAivazis/survey/v2 v2.3.7
|
||||
github.com/MakeNowJust/heredoc v1.0.0
|
||||
github.com/briandowns/spinner v1.18.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue