mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-03 10:55:14 +00:00
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:
committed by
Filippo Valsorda
parent
a1fabee4c8
commit
c6dcfa1efc
9
go.mod
9
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user