Skip to content

Commit

Permalink
chore(deps): bump github.com/loft-sh/devpod from 0.5.20 to 0.5.21 (#40)
Browse files Browse the repository at this point in the history
Bumps [github.com/loft-sh/devpod](https://github.com/loft-sh/devpod) from 0.5.20 to 0.5.21.
- [Release notes](https://github.com/loft-sh/devpod/releases)
- [Commits](loft-sh/devpod@v0.5.20...v0.5.21)

---
updated-dependencies:
- dependency-name: github.com/loft-sh/devpod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent c229021 commit 94c7cc1
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dwarvesf/devpod-provider-paperspace
go 1.21
require (
github.com/google/go-querystring v1.1.0
github.com/loft-sh/devpod v0.5.20
github.com/loft-sh/devpod v0.5.21
github.com/loft-sh/log v0.0.0-20240219160058-26d83ffb46ac
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/loft-sh/devpod v0.5.20 h1:pSw3h6ohKzCL6kDgLTK+dknXupT5BKuzpyXHKq1lBc0=
github.com/loft-sh/devpod v0.5.20/go.mod h1:9q6ezEneJ3kwq5bvNQlxp/I1b723jTnuRQlbbOOvrTg=
github.com/loft-sh/devpod v0.5.21 h1:Uo+HLedGhYChpoBU0SIOBs5M+dEtU2iX+VjjV0zfogU=
github.com/loft-sh/devpod v0.5.21/go.mod h1:8cmD+ezCasF9rnERWi/j2ckPMq/8eLkaSgYzXYyvvdY=
github.com/loft-sh/log v0.0.0-20240219160058-26d83ffb46ac h1:Gz/7Lb7WgdgIv+KJz87ORA1zvQW52tUqKPGyunlp4dQ=
github.com/loft-sh/log v0.0.0-20240219160058-26d83ffb46ac/go.mod h1:YImeRjXH34Yf5E79T7UHBQpDZl9fIaaFRgyZ/bkY+UQ=
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
Expand Down
34 changes: 34 additions & 0 deletions vendor/github.com/loft-sh/devpod/pkg/config/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/loft-sh/devpod/pkg/git/clone.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/loft-sh/devpod/pkg/provider/dir.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions vendor/github.com/loft-sh/devpod/pkg/types/streams.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ github.com/k0kubun/go-ansi
# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
## explicit
github.com/kballard/go-shellquote
# github.com/loft-sh/devpod v0.5.20
# github.com/loft-sh/devpod v0.5.21
## explicit; go 1.22.5
github.com/loft-sh/devpod/cmd/flags
github.com/loft-sh/devpod/pkg/client
Expand Down

0 comments on commit 94c7cc1

Please sign in to comment.