mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
14
go.mod
14
go.mod
@@ -9,8 +9,8 @@ require (
|
||||
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
|
||||
github.com/leonelquinteros/gotext v1.5.2
|
||||
github.com/stretchr/testify v1.8.4
|
||||
golang.org/x/sys v0.15.0
|
||||
golang.org/x/term v0.15.0
|
||||
golang.org/x/sys v0.16.0
|
||||
golang.org/x/term v0.16.0
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
gopkg.in/h2non/gock.v1 v1.1.2
|
||||
)
|
||||
@@ -25,10 +25,10 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/deckarep/golang-set/v2 v2.5.0
|
||||
github.com/itchyny/gojq v0.12.13 // indirect
|
||||
github.com/deckarep/golang-set/v2 v2.6.0
|
||||
github.com/itchyny/gojq v0.12.14 // indirect
|
||||
github.com/itchyny/timefmt-go v0.1.5 // indirect
|
||||
github.com/ohler55/ojg v1.20.3 // indirect
|
||||
github.com/ohler55/ojg v1.21.0 // indirect
|
||||
)
|
||||
|
||||
require github.com/hashicorp/go-multierror v1.1.1
|
||||
@@ -38,4 +38,6 @@ require (
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
)
|
||||
|
||||
go 1.19
|
||||
go 1.21
|
||||
|
||||
toolchain go1.21.6
|
||||
|
||||
Reference in New Issue
Block a user