mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 17:17:22 +01:00
de113b87f3
This allows architecture to be multivalued. On x86-64 machines, this could be something like: Architecture = x86-64-v3 x86-64 We use the first specified Architecture value in mirrorlist $arch variable replacement, as this is backwards-compatible and sane. More info: https://git.archlinux.org/pacman.git/commit/?id=3179db108a83104d9de6d1d607f55f8118e92160 Signed-off-by: x1b6e6 <ftdabcde@gmail.com>
21 lines
783 B
Modula-2
21 lines
783 B
Modula-2
module github.com/Jguer/yay/v10
|
|
|
|
require (
|
|
github.com/Jguer/go-alpm v0.0.0-20200405152916-a3feea4322e9 // indirect
|
|
github.com/Jguer/go-alpm/v2 v2.0.3-0.20210503120603-1e8b5ec6f821
|
|
github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
|
|
github.com/Morganamilo/go-srcinfo v1.0.0
|
|
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/leonelquinteros/gotext v1.4.0
|
|
github.com/mikkeloscar/aur v0.0.0-20200113170522-1cb4e2949656
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
|
|
gopkg.in/h2non/gock.v1 v1.0.15
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|
|
|
|
go 1.14
|