Skip to content

Commit

Permalink
Bump github.com/diskfs/go-diskfs from 1.4.1 to 1.4.2 (#170)
Browse files Browse the repository at this point in the history
* Bump github.com/diskfs/go-diskfs from 1.4.1 to 1.4.2

Bumps [github.com/diskfs/go-diskfs](https://github.com/diskfs/go-diskfs) from 1.4.1 to 1.4.2.
- [Commits](diskfs/go-diskfs@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/diskfs/go-diskfs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* $ go mod tidy

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Edigaryev <[email protected]>
  • Loading branch information
dependabot[bot] and edigaryev authored Oct 1, 2024
1 parent 033de1a commit 798502c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module packer-plugin-tart

go 1.22
go 1.23

toolchain go1.22.1
toolchain go1.23.1

require (
github.com/apparentlymart/go-cidr v1.1.0
github.com/diskfs/go-diskfs v1.4.1
github.com/diskfs/go-diskfs v1.4.2
github.com/hashicorp/hcl/v2 v2.22.0
github.com/hashicorp/packer-plugin-sdk v0.5.4
github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/diskfs/go-diskfs v1.4.1 h1:iODgkzHLmvXS+1VDztpW53T+dQm8GQzi20y9yUd5UCA=
github.com/diskfs/go-diskfs v1.4.1/go.mod h1:+tOkQs8CMMog6Nvljg8DGIxEXrgL48iyT3OM3IlSz74=
github.com/diskfs/go-diskfs v1.4.2 h1:khBr9RTkqAZFaMYK7PP8NooL30hqj3bSgRmj3Ouguls=
github.com/diskfs/go-diskfs v1.4.2/go.mod h1:ss1uAUBhgDdEOewZFDWWpYqJFjNPbK7hYSjRoQE+D94=
github.com/djherbis/times v1.6.0 h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=
github.com/djherbis/times v1.6.0/go.mod h1:gOHeRAz2h+VJNZ5Gmc/o7iD9k4wW7NMVqieYCY99oc0=
github.com/dylanmei/iso8601 v0.1.0 h1:812NGQDBcqquTfH5Yeo7lwR0nzx/cKdsmf3qMjPURUI=
Expand Down

0 comments on commit 798502c

Please sign in to comment.