diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 19:02:53 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 19:02:53 +0800 |
commit | ae9c65a8d2b1a1c1ee680a8ac3997f356cf86ad8 (patch) | |
tree | 91fd61c84871a03e3a7b2e4a2462a6c23c47895f /go.mod | |
parent | scripts: Remove the indent script (diff) | |
download | forge-ae9c65a8d2b1a1c1ee680a8ac3997f356cf86ad8.tar.gz forge-ae9c65a8d2b1a1c1ee680a8ac3997f356cf86ad8.tar.zst forge-ae9c65a8d2b1a1c1ee680a8ac3997f356cf86ad8.zip |
Bump dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ require ( github.com/pjbgf/sha1cd v0.3.2 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect github.com/skeema/knownhosts v1.3.1 // indirect - github.com/tdewolff/parse/v2 v2.7.21 // indirect + github.com/tdewolff/parse/v2 v2.7.22 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect golang.org/x/net v0.38.0 // indirect |