Compare commits
No commits in common. "ee51467cfa4921d03adf685b9495f4649255c983" and "fe8989ce7c11d98ae87ccd4304c5b4da2bd19c23" have entirely different histories.
ee51467cfa
...
fe8989ce7c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
go.sum
|
||||
12
go.mod
12
go.mod
@ -3,18 +3,12 @@ module apigo.cc/go/crypto
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
apigo.cc/go/encoding v1.0.5
|
||||
apigo.cc/go/safe v1.0.5
|
||||
apigo.cc/go/encoding v1.0.4
|
||||
apigo.cc/go/safe v1.0.4
|
||||
golang.org/x/crypto v0.50.0
|
||||
)
|
||||
|
||||
require (
|
||||
apigo.cc/go/rand v1.0.5 // indirect
|
||||
apigo.cc/go/rand v1.0.4 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
)
|
||||
|
||||
replace apigo.cc/go/encoding => ../encoding
|
||||
|
||||
replace apigo.cc/go/safe => ../safe
|
||||
|
||||
replace apigo.cc/go/rand => ../rand
|
||||
|
||||
4
go.sum
4
go.sum
@ -1,4 +0,0 @@
|
||||
golang.org/x/crypto v0.50.0 h1:zO47/JPrL6vsNkINmLoo/PH1gcxpls50DNogFvB5ZGI=
|
||||
golang.org/x/crypto v0.50.0/go.mod h1:3muZ7vA7PBCE6xgPX7nkzzjiUq87kRItoJQM1Yo8S+Q=
|
||||
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
|
||||
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
|
||||
Loading…
x
Reference in New Issue
Block a user