mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 02:24:59 +02:00
some more warning about indirect requirements
This commit is contained in:
parent
87915f29f6
commit
6fd1dbc638
2 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,8 @@ module installer
|
|||
go 1.23.0
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
golang.org/x/term v0.28.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
golang.org/x/term v0.28.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.29.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue