Skip to content

Commit 9f9a5eb

Browse files
committed
use upstream go-swagger after merge
1 parent 460d2a8 commit 9f9a5eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/buildtools/install_buildtools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if [[ "${BUILDTOOLS_INSTALL}" != "ALL" ]]; then
8888
fi
8989

9090
install_go_module golang.org/x/tools golang.org/x/tools/cmd/stringer
91-
install_go_module github.com/algorand/go-swagger github.com/algorand/go-swagger/cmd/swagger
91+
install_go_module github.com/go-swagger/go-swagger github.com/go-swagger/go-swagger/cmd/swagger
9292
install_go_module github.com/algorand/msgp
9393
install_go_module gotest.tools/gotestsum
9494
install_go_module github.com/golangci/golangci-lint/cmd/golangci-lint

scripts/buildtools/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
golang.org/x/lint v0.0.0-20241112194109-818c5a804067
22
golang.org/x/tools v0.27.0
33
github.com/algorand/msgp v1.1.61
4-
github.com/algorand/go-swagger v0.0.0-20251018003531-2ea7c750dcac
4+
github.com/go-swagger/go-swagger v0.33.2-0.20251020174612-044e4c32cd7f
55
gotest.tools/gotestsum v1.13.0
66
github.com/golangci/golangci-lint/cmd/golangci-lint v1.64.8

0 commit comments

Comments
 (0)