diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-05 11:07:59 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-05 11:07:59 +0800 |
commit | 50d18187f355cf74c02283909894fed7c4d61764 (patch) | |
tree | 3b16c49c2b7b0098fe1e1b0a0f5e7d0edd247c72 /go.mod | |
parent | *: Bump dependencies (diff) | |
download | forge-50d18187f355cf74c02283909894fed7c4d61764.tar.gz forge-50d18187f355cf74c02283909894fed7c4d61764.tar.zst forge-50d18187f355cf74c02283909894fed7c4d61764.zip |
*: Use main branch of go-git
Diffstat (limited to '')
-rw-r--r-- | go.mod | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -6,7 +6,7 @@ require ( github.com/alecthomas/chroma/v2 v2.15.0 github.com/alexedwards/argon2id v1.0.0 github.com/gliderlabs/ssh v0.3.8 - github.com/go-git/go-git/v5 v5.14.0 + github.com/go-git/go-git/v5 v5.12.1-0.20250227134858-2c6d60eaa18c github.com/jackc/pgx/v5 v5.7.2 github.com/microcosm-cc/bluemonday v1.0.27 github.com/niklasfasching/go-org v1.7.0 @@ -32,12 +32,10 @@ require ( github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect github.com/jackc/puddle/v2 v2.2.2 // indirect - github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect github.com/kevinburke/ssh_config v1.2.0 // indirect 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/xanzy/ssh-agent v0.3.3 // indirect + golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect golang.org/x/net v0.36.0 // indirect golang.org/x/sync v0.11.0 // indirect golang.org/x/sys v0.30.0 // indirect |