From 61c1213cc62cbe9187a64d0d75f75fd7fb4182cf Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 24 Aug 2019 16:03:18 +0000 Subject: [PATCH] misc/dive: Switch to USES=go:modules, fix build with go1.13 PR: 240074 Reported by: Dmitri Goutnik --- misc/dive/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc/dive/Makefile b/misc/dive/Makefile index 25b11172d3cd..617bd5af6862 100644 --- a/misc/dive/Makefile +++ b/misc/dive/Makefile @@ -11,7 +11,7 @@ COMMENT= Tool for exploring each layer in a docker image LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= wagoodman GH_TUPLE= \ @@ -60,8 +60,6 @@ GH_TUPLE= \ spf13:viper:v1.2.1:spf13_viper/vendor/github.com/spf13/viper \ wagoodman:keybinding:6a824da6df05:wagoodman_keybinding/vendor/github.com/wagoodman/keybinding -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} - PLIST_FILES= bin/${PORTNAME} post-patch: