mirror of
https://github.com/cheat/cheat.git
synced 2026-03-07 11:13:33 +01:00
chore(deps): upgrade dependencies
Upgrade all dependencies to newest versions.
This commit is contained in:
6
vendor/github.com/go-git/go-billy/v5/osfs/os_plan9.go
generated
vendored
6
vendor/github.com/go-git/go-billy/v5/osfs/os_plan9.go
generated
vendored
@@ -1,3 +1,4 @@
|
||||
//go:build plan9
|
||||
// +build plan9
|
||||
|
||||
package osfs
|
||||
@@ -83,3 +84,8 @@ func dirwstat(name string, d *syscall.Dir) error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func umask(new int) func() {
|
||||
return func() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user