From a8d0142b189dc1d1ac79c0a52466c60519e09182 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 8 Oct 2019 23:10:04 +0200 Subject: build: do not build modules when remastering and sort statements --- Makefile | 2 +- go.mod.master | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index c61bc4f2..5fbafe5f 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ remaster: export GOPROXY := direct remaster: rm -f go.sum go.mod cp go.mod.master go.mod - go get + go get -d fmt: export CC := x86_64-w64-mingw32-gcc fmt: export GOARCH := amd64 diff --git a/go.mod.master b/go.mod.master index 41ba98b8..e24ca108 100644 --- a/go.mod.master +++ b/go.mod.master @@ -1,15 +1,13 @@ module golang.zx2c4.com/wireguard/windows require ( - golang.zx2c4.com/wireguard master - + github.com/lxn/walk latest + github.com/lxn/win latest golang.org/x/crypto latest golang.org/x/net latest golang.org/x/sys latest golang.org/x/text latest - - github.com/lxn/walk latest - github.com/lxn/win latest + golang.zx2c4.com/wireguard master ) replace ( -- cgit v1.2.3-59-g8ed1b