Skip to content

Commit f085b8f

Browse files
update go.mod, go.sum
1 parent 76b545c commit f085b8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module hashgen
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
6-
github.com/cyclone-github/base58 v0.0.0-20250408214655-2d469722cb56
6+
github.com/cyclone-github/base58 v0.1.0
77
github.com/openwall/yescrypt-go v1.0.0
88
golang.org/x/crypto v0.37.0
99
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/cyclone-github/base58 v0.0.0-20250408214655-2d469722cb56 h1:VBlE6ILfgE9R2PtPohJTEemm/mSs7PLa+hAO9r8dbzg=
2-
github.com/cyclone-github/base58 v0.0.0-20250408214655-2d469722cb56/go.mod h1:3SJwoFvv3I+BxJavWGMWsvBfIb0HQ1HrJclPSQecKk8=
1+
github.com/cyclone-github/base58 v0.1.0 h1:jl4L0mmOjtngK8L/YItypDaRfvRdmhi+YZrtdwGzhh0=
2+
github.com/cyclone-github/base58 v0.1.0/go.mod h1:3SJwoFvv3I+BxJavWGMWsvBfIb0HQ1HrJclPSQecKk8=
33
github.com/openwall/yescrypt-go v1.0.0 h1:jsGk48zkFvtUjGVOhYPGh+CS595JmTRcKnpggK2AON4=
44
github.com/openwall/yescrypt-go v1.0.0/go.mod h1:e6CWtFizUEOUttaOjeVMiv1lJaJie3mfOtLJ9CCD6sA=
55
golang.org/x/crypto v0.37.0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=

0 commit comments

Comments
 (0)