aptly: Use go mod tidy

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-03-17 00:30:41 +09:00 committed by xtkoba
parent d11d6846e7
commit f2468fee59

View File

@ -17,6 +17,7 @@ termux_step_make() {
cd "$GOPATH"/src/github.com/aptly-dev/aptly
go mod init
go mod tidy
go mod vendor
make install VERSION=$TERMUX_PKG_VERSION
}