Move jsonmerge package to internal

This commit is contained in:
Heath Stewart 2024-01-30 22:14:43 -08:00
parent 8e27e9a8cd
commit a65103667e
No known key found for this signature in database
8 changed files with 342 additions and 1 deletions

1
go.mod
View file

@ -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