all: temporarily disable testscript tests

They require a replace directive that breaks "go install". Will revert
this after tagging a new latest release.
This commit is contained in:
Filippo Valsorda
2022-12-26 21:29:10 +01:00
committed by Filippo Valsorda
parent a1fabee4c8
commit c6dcfa1efc
3 changed files with 2 additions and 15 deletions

9
go.mod
View File

@@ -8,12 +8,3 @@ require (
golang.org/x/sys v0.3.0
golang.org/x/term v0.3.0
)
// Test dependencies.
require (
github.com/creack/pty v1.1.18 // indirect
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
github.com/rogpeppe/go-internal v1.8.1
)
replace github.com/rogpeppe/go-internal => github.com/FiloSottile/go-internal v1.8.2-0.20220728122003-0ced171a3e0e