From d27dcbfb6419b6d56360640dc7f05aabbb7dfecb Mon Sep 17 00:00:00 2001 From: Runxi Yu <me@runxiyu.org> Date: Sun, 16 Feb 2025 10:24:31 +0800 Subject: [PATCH] go.mod: Move go-billy to direct --- go.mod | 2 +- diff --git a/go.mod b/go.mod index aadb8dec2221e1bf2aad320f758bbe820d85344c..d187600dd644ea178d90cdb426a2a3a1753d899f 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +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-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 @@ -26,7 +27,6 @@ github.com/cyphar/filepath-securejoin v0.4.1 // indirect 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 -- 2.48.1