Makefile: Pin tablewriter (API breakage)

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2025-05-21 13:11:53 -04:00
parent b7a69e7b03
commit 341d4252f4
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -95,6 +95,7 @@ ifneq "$(INCUS_OFFLINE)" ""
endif
$(GO) get -t -v -u ./...
$(GO) get github.com/go-jose/go-jose/v4@v4.0.5
$(GO) get github.com/olekukonko/tablewriter@v0.0.5
$(GO) mod tidy --go=1.23.7
$(GO) get toolchain@none