Finish transition to go modules even in gopath

This commit is contained in:
Jguer 2018-12-03 14:49:39 +00:00
parent 84022c9425
commit 6b31a1a626
No known key found for this signature in database
GPG Key ID: 09754DBECF21746F
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
.PHONY: all default install uninstall test build release clean package
export GO111MODULE=on
PREFIX := /usr/local
DESTDIR :=

2
go.mod
View File

@ -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
View File

@ -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=