tangled
alpha
login
or
join now
runxiyu.tngl.sh
/
furgit
6
fork
atom
Fast implementation of Git in pure Go
6
fork
atom
overview
issues
pulls
pipelines
go.mod: Remove klauspost/compress dep
runxiyu.tngl.sh
6 days ago
82ad430a
57f1818d
verified
This commit was signed with the committer's
known signature
.
runxiyu.tngl.sh
SSH Key Fingerprint:
SHA256:jdcgZM4f40eqgoEW57poBu5vM9WoGE02ZzhWbfbNzc0=
+1
-6
2 changed files
expand all
collapse all
unified
split
go.mod
go.sum
+1
-4
go.mod
···
2
2
3
3
go 1.25.0
4
4
5
5
-
require (
6
6
-
github.com/klauspost/compress v1.18.4
7
7
-
golang.org/x/sys v0.41.0
8
8
-
)
5
5
+
require golang.org/x/sys v0.41.0
-2
go.sum
···
1
1
-
github.com/klauspost/compress v1.18.4 h1:RPhnKRAQ4Fh8zU2FY/6ZFDwTVTxgJ/EMydqSTzE9a2c=
2
2
-
github.com/klauspost/compress v1.18.4/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
3
1
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
4
2
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=