Skip to content

Commit

Permalink
go.mod: update module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Sep 14, 2024
1 parent 52d6d86 commit 4a1e145
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,7 +1,7 @@
module github.com/creachadair/atomicfile

go 1.22
go 1.23

toolchain go1.23.0
toolchain go1.23.1

require github.com/creachadair/mds v0.17.1
require github.com/creachadair/mds v0.21.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/creachadair/mds v0.17.1 h1:lXQbTGKmb3nE3aK6OEp29L1gCx6B5ynzlQ6c1KOBurc=
github.com/creachadair/mds v0.17.1/go.mod h1:4b//mUiL8YldH6TImXjmW45myzTLNS1LLjOmrk888eg=
github.com/creachadair/mds v0.21.1 h1:C/LhqUkAc7IPWBGW4eiCwu5UmwW4rTNX3RZOYoM5GNs=
github.com/creachadair/mds v0.21.1/go.mod h1:1ltMWZd9yXhaHEoZwBialMaviWVUpRPvMwVP7saFAzM=

0 comments on commit 4a1e145

Please sign in to comment.