mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
* chore(deps): bump the go-all group across 1 directory with 3 updates Bumps the go-all group with 3 updates in the / directory: [github.com/stretchr/testify](https://github.com/stretchr/testify), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/term](https://github.com/golang/term). Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.1) Updates `golang.org/x/sys` from 0.35.0 to 0.36.0 - [Commits](https://github.com/golang/sys/compare/v0.35.0...v0.36.0) Updates `golang.org/x/term` from 0.34.0 to 0.35.0 - [Commits](https://github.com/golang/term/compare/v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-all - dependency-name: golang.org/x/sys dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-all - dependency-name: golang.org/x/term dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-all ... Signed-off-by: dependabot[bot] <support@github.com> * fix lint error * update golangci --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jo Garnier <git@jguer.space>
34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module github.com/Jguer/yay/v12
|
|
|
|
require (
|
|
github.com/Jguer/aur v1.2.3
|
|
github.com/Jguer/go-alpm/v2 v2.2.2
|
|
github.com/Jguer/votar v1.0.0
|
|
github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
|
|
github.com/Morganamilo/go-srcinfo v1.0.0
|
|
github.com/adrg/strutil v0.3.1
|
|
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
|
|
github.com/deckarep/golang-set/v2 v2.8.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/leonelquinteros/gotext v1.7.2
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/net v0.43.0
|
|
golang.org/x/sys v0.36.0
|
|
golang.org/x/term v0.35.0
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/itchyny/gojq v0.12.17 // indirect
|
|
github.com/itchyny/timefmt-go v0.1.6 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/ohler55/ojg v1.26.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
go 1.24.0
|