diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 23:35:06 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 23:35:18 +0800 |
commit | 4d7f6453e4b260748cfdf96ee3e1fd2a73ddfed6 (patch) | |
tree | 879d96ce40788fa56762bc54d6c37dd585453dd2 /go.mod | |
parent | ansiec: Use const, not var (diff) | |
download | forge-4d7f6453e4b260748cfdf96ee3e1fd2a73ddfed6.tar.gz forge-4d7f6453e4b260748cfdf96ee3e1fd2a73ddfed6.tar.zst forge-4d7f6453e4b260748cfdf96ee3e1fd2a73ddfed6.zip |
scfg: Remove tests for now
Diffstat (limited to '')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ require ( github.com/alecthomas/chroma/v2 v2.16.0 github.com/alexedwards/argon2id v1.0.0 github.com/bluekeyes/go-gitdiff v0.8.1 - github.com/davecgh/go-spew v1.1.1 github.com/dustin/go-humanize v1.0.1 github.com/emersion/go-message v0.18.2 github.com/emersion/go-smtp v0.21.3 |