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 26, 2023
1 parent d1bc037 commit 0bd4040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.20

require (
github.com/creachadair/atomicfile v0.3.2
github.com/creachadair/command v0.1.1
github.com/creachadair/command v0.1.2
github.com/google/go-cmp v0.5.9
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/creachadair/atomicfile v0.3.2 h1:f8haU8NcZ1NABfhHafpJIG+atR7481lqnx04clrxSOA=
github.com/creachadair/atomicfile v0.3.2/go.mod h1:3ZSR9ApQoZLvVNI5eRhzpU0a2Efu88TgNBIm0jRXCgA=
github.com/creachadair/command v0.1.1 h1:1XNoAcb8N++v38lwT41gb3hf56ZUSwmUicUi0qmF9v4=
github.com/creachadair/command v0.1.1/go.mod h1:hTu+WcX2tWwn3qgux8b26e6QKJZ7Tm45/5miXSdgxa4=
github.com/creachadair/command v0.1.2 h1:WA1p96yyGCX1cHVuQjGW0Dsz4YqEeOSmildkDTBr5Eg=
github.com/creachadair/command v0.1.2/go.mod h1:hTu+WcX2tWwn3qgux8b26e6QKJZ7Tm45/5miXSdgxa4=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=

0 comments on commit 0bd4040

Please sign in to comment.