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: