chore: infrastructure alignment
This commit is contained in:
parent
8f0a4d2939
commit
a583499703
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.ai/
|
||||||
18
go.mod
18
go.mod
@ -3,23 +3,15 @@ module apigo.cc/go/crypto-sm
|
|||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/crypto v1.1.0
|
apigo.cc/go/crypto v1.1.1
|
||||||
apigo.cc/go/encoding v1.0.5
|
apigo.cc/go/encoding v1.1.2
|
||||||
apigo.cc/go/safe v1.0.5
|
apigo.cc/go/safe v1.0.7
|
||||||
github.com/emmansun/gmsm v0.28.0
|
github.com/emmansun/gmsm v0.28.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/cast v1.2.8 // indirect
|
apigo.cc/go/cast v1.2.10 // indirect
|
||||||
apigo.cc/go/rand v1.0.5 // indirect
|
apigo.cc/go/rand v1.0.6 // indirect
|
||||||
golang.org/x/crypto v0.50.0 // indirect
|
golang.org/x/crypto v0.50.0 // indirect
|
||||||
golang.org/x/sys v0.43.0 // indirect
|
golang.org/x/sys v0.43.0 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
replace apigo.cc/go/crypto => ../crypto
|
|
||||||
|
|
||||||
replace apigo.cc/go/encoding => ../encoding
|
|
||||||
|
|
||||||
replace apigo.cc/go/safe => ../safe
|
|
||||||
|
|
||||||
replace apigo.cc/go/rand => ../rand
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user