Bump all dependencies

This commit is contained in:
Matthew Penner
2020-12-27 11:49:08 -07:00
parent ddb683efb6
commit a4c8b8714b
13 changed files with 282 additions and 160 deletions

View File

@@ -264,7 +264,7 @@ func (fs *Filesystem) Chmod(path string, mode os.FileMode) error {
// looping endlessly.
func (fs *Filesystem) findCopySuffix(dir string, name string, extension string) (string, error) {
var i int
var suffix = " copy"
suffix := " copy"
for i = 0; i < 51; i++ {
if i > 0 {