Skip to content

Commit

Permalink
chore(deps): bump github.com/snivilised/nefilim from 0.1.1 to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Oct 23, 2024
1 parent c712b51 commit f1e1fba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/snivilised/li18ngo v0.1.4
github.com/snivilised/nefilim v0.1.1
github.com/snivilised/nefilim v0.1.3
github.com/snivilised/pants v0.1.2
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ github.com/snivilised/li18ngo v0.1.4 h1:y6EECoVFpmkud2yDEeBnMnebPmSvdrEZ/LAq1PoP
github.com/snivilised/li18ngo v0.1.4/go.mod h1:Or3qUhpR6AM1X51i82RtyCvORWy2/hrxY9lg1i1gFTE=
github.com/snivilised/nefilim v0.1.1 h1:uMhLSfj5prGr2bahwzSM50rpd22fiiv0ZDLSzxYWsgg=
github.com/snivilised/nefilim v0.1.1/go.mod h1:+4/hKxgfvE8eNjLMJC+3ropEZSQuiR/NqfPtIuw7ZMw=
github.com/snivilised/nefilim v0.1.2 h1:zv8d5jr13jrgLaIIHyc2Wdn5Fae6TnqY4x4mspPsAWs=
github.com/snivilised/nefilim v0.1.2/go.mod h1:+4/hKxgfvE8eNjLMJC+3ropEZSQuiR/NqfPtIuw7ZMw=
github.com/snivilised/nefilim v0.1.3 h1:ImY1KW1H6/LvdEggDAx8YwB0r8AmT+coWwER75Asdz8=
github.com/snivilised/nefilim v0.1.3/go.mod h1:+4/hKxgfvE8eNjLMJC+3ropEZSQuiR/NqfPtIuw7ZMw=
github.com/snivilised/pants v0.1.2 h1:6Abj02gV5rFYyKfCsmeEiOi1pLdRyITKUY5oDoRgYuU=
github.com/snivilised/pants v0.1.2/go.mod h1:BOZa24yLxVjjnTCFWQeCzUWL8eK4TLtXtkz3pMdEFQM=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
Expand Down
5 changes: 5 additions & 0 deletions internal/laboratory/test-traverse-fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"strings"
"testing/fstest"

nef "github.com/snivilised/nefilim"
"github.com/snivilised/traverse/internal/third/lo"
"github.com/snivilised/traverse/locale"
)
Expand Down Expand Up @@ -103,3 +104,7 @@ func (f *TestTraverseFS) WriteFile(name string, data []byte, perm os.FileMode) e

return nil
}

func (f *TestTraverseFS) Ensure(_ nef.PathAs) (string, error) {
panic("NOT-IMPL: TestTraverseFS.Ensure")
}

0 comments on commit f1e1fba

Please sign in to comment.