Fix go directive in go.mod (#8956)

This commit is contained in:
Matthew Hughes 2024-04-15 15:58:19 +01:00 committed by GitHub
parent e069ab3b6c
commit 71404e7a6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -2,6 +2,8 @@ module github.com/cli/cli/v2
go 1.22
toolchain go1.22.2
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/MakeNowJust/heredoc v1.0.0