mirror of
https://github.com/Jguer/yay.git
synced 2025-10-05 00:08:30 -04:00
Finish transition to go modules even in gopath
This commit is contained in:
parent
84022c9425
commit
6b31a1a626
1
Makefile
1
Makefile
@ -1,5 +1,6 @@
|
||||
.PHONY: all default install uninstall test build release clean package
|
||||
|
||||
export GO111MODULE=on
|
||||
PREFIX := /usr/local
|
||||
DESTDIR :=
|
||||
|
||||
|
2
go.mod
2
go.mod
@ -4,5 +4,5 @@ require (
|
||||
github.com/Morganamilo/go-pacmanconf v0.0.0-20180910220353-9c5265e1b14f
|
||||
github.com/Morganamilo/go-srcinfo v0.0.0-20180702014333-368edc79b2c5
|
||||
github.com/jguer/go-alpm v0.0.0-20180914002751-643c287316a5
|
||||
github.com/mikkeloscar/aur v0.0.0-20180725140122-f998dbf94dc4
|
||||
github.com/mikkeloscar/aur v0.0.0-20181111113612-b71516da3ae9
|
||||
)
|
||||
|
2
go.sum
2
go.sum
@ -6,3 +6,5 @@ github.com/jguer/go-alpm v0.0.0-20180914002751-643c287316a5 h1:JPIXUHXLZYwYUTlGp
|
||||
github.com/jguer/go-alpm v0.0.0-20180914002751-643c287316a5/go.mod h1:1F60/e8oQFVJrZRH0TBqwtiB5ajJ5avOc4MoGRY9CFU=
|
||||
github.com/mikkeloscar/aur v0.0.0-20180725140122-f998dbf94dc4 h1:qgHSZbD0g3W7KAkZFzXlSqgriYnzEUFS1gkgEiv2GrE=
|
||||
github.com/mikkeloscar/aur v0.0.0-20180725140122-f998dbf94dc4/go.mod h1:n1NKHoldRNhIEufSx1PiDYcd2W+wpbz5/5K+p2eNDVk=
|
||||
github.com/mikkeloscar/aur v0.0.0-20181111113612-b71516da3ae9 h1:g4TBYa1sjv/TZfU9t82oYlRneu8cCVr3dnazE7os5vw=
|
||||
github.com/mikkeloscar/aur v0.0.0-20181111113612-b71516da3ae9/go.mod h1:n1NKHoldRNhIEufSx1PiDYcd2W+wpbz5/5K+p2eNDVk=
|
||||
|
Loading…
x
Reference in New Issue
Block a user