Skip to content

Commit

Permalink
chore(deps): bump github.com/loft-sh/devpod from 0.5.19 to 0.5.20 (#39)
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.19 to 0.5.20.
- [Release notes](https://github.com/loft-sh/devpod/releases)
- [Commits](loft-sh/devpod@v0.5.19...v0.5.20)

---
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 16, 2024
1 parent ab63eec commit 3e969e3
Show file tree
Hide file tree
Showing 19 changed files with 376 additions and 102 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.19
github.com/loft-sh/devpod v0.5.20
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.19 h1:FVOMYgL252ufYA2YHvql2MKh9mQfkcOAmcSGWRTY1Jc=
github.com/loft-sh/devpod v0.5.19/go.mod h1:XStB9NDoQban1420cmkOHviZJ9NXMESJvJWdk4SSJAw=
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/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
18 changes: 16 additions & 2 deletions vendor/github.com/loft-sh/devpod/pkg/config/config.go

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

12 changes: 12 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.

1 change: 1 addition & 0 deletions vendor/github.com/loft-sh/devpod/pkg/config/ide.go

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

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

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

18 changes: 18 additions & 0 deletions vendor/github.com/loft-sh/devpod/pkg/dockerfile/parse.go

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

32 changes: 32 additions & 0 deletions vendor/github.com/loft-sh/devpod/pkg/dockerfile/test_Dockerfile

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

65 changes: 51 additions & 14 deletions 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.

Loading

0 comments on commit 3e969e3

Please sign in to comment.