Skip to content

Commit 8803d5a

Browse files
authored
Merge pull request #2522 from 89luca89/main
chore: update dependencies, Fix #2516
2 parents cadd71c + 441d773 commit 8803d5a

7 files changed

Lines changed: 1 addition & 176 deletions

File tree

pkg/devspace/upgrade/upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
var version string
2020
var rawVersion string
2121

22-
var githubSlug = "loft-sh/devspace"
22+
var githubSlug = "devspace-sh/devspace"
2323
var reVersion = regexp.MustCompile(`\d+\.\d+\.\d+`)
2424

2525
func eraseVersionPrefix(version string) (string, error) {

vendor/github.com/docker/docker/pkg/fileutils/deprecated.go

Lines changed: 0 additions & 44 deletions
This file was deleted.

vendor/github.com/docker/docker/pkg/fileutils/fileutils.go

Lines changed: 0 additions & 74 deletions
This file was deleted.

vendor/github.com/docker/docker/pkg/fileutils/fileutils_darwin.go

Lines changed: 0 additions & 27 deletions
This file was deleted.

vendor/github.com/docker/docker/pkg/fileutils/fileutils_unix.go

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/github.com/docker/docker/pkg/fileutils/fileutils_windows.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ github.com/docker/docker/builder/remotecontext/git
150150
github.com/docker/docker/client
151151
github.com/docker/docker/errdefs
152152
github.com/docker/docker/pkg/archive
153-
github.com/docker/docker/pkg/fileutils
154153
github.com/docker/docker/pkg/homedir
155154
github.com/docker/docker/pkg/idtools
156155
github.com/docker/docker/pkg/ioutils

0 commit comments

Comments
 (0)