diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-17 19:47:52 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-17 19:47:52 +0800 |
commit | 39bdb33011e25711a6f6b38b256fd52a42bd6c71 (patch) | |
tree | 2f187d486bc5554e0c82ced63d3789aaa48549b8 /go.mod | |
parent | Makefile: Compile static Go binary (diff) | |
download | forge-39bdb33011e25711a6f6b38b256fd52a42bd6c71.tar.gz forge-39bdb33011e25711a6f6b38b256fd52a42bd6c71.tar.zst forge-39bdb33011e25711a6f6b38b256fd52a42bd6c71.zip |
go.mod: go-billy is now indirect
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,6 @@ 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-billy/v5 v5.6.2 github.com/go-git/go-git/v5 v5.13.2 github.com/jackc/pgx/v5 v5.7.2 github.com/microcosm-cc/bluemonday v1.0.27 @@ -27,6 +26,7 @@ require ( github.com/dlclark/regexp2 v1.11.5 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect + github.com/go-git/go-billy/v5 v5.6.2 // indirect github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect github.com/gorilla/css v1.0.1 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect |