mirror of
https://github.com/FiloSottile/age.git
synced 2026-09-19 22:44:33 +00:00
cmd/age: fix FreeBSD tests
This commit is contained in:
@@ -12,9 +12,9 @@ require (
|
||||
// Test dependencies.
|
||||
require (
|
||||
c2sp.org/CCTV/age v0.0.0-20221230231406-5ea85644bd03
|
||||
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
|
||||
github.com/rogpeppe/go-internal v1.8.1
|
||||
golang.org/x/tools v0.1.12 // indirect
|
||||
)
|
||||
|
||||
// https://github.com/rogpeppe/go-internal/pull/172
|
||||
replace github.com/rogpeppe/go-internal => github.com/FiloSottile/go-internal v1.8.2-0.20230102123319-d43ebe7f1660
|
||||
replace github.com/rogpeppe/go-internal => github.com/FiloSottile/go-internal v1.8.2-0.20230806172430-94b0f0dc0b1e
|
||||
|
||||
Reference in New Issue
Block a user