chore: infrastructure alignment
This commit is contained in:
parent
7c8f3464c0
commit
f5c9496230
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.ai/
|
||||
14
go.mod
14
go.mod
@ -3,19 +3,13 @@ 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.1.2
|
||||
apigo.cc/go/safe v1.0.7
|
||||
golang.org/x/crypto v0.50.0
|
||||
)
|
||||
|
||||
require (
|
||||
apigo.cc/go/cast v1.2.8 // indirect
|
||||
apigo.cc/go/rand v1.0.5 // indirect
|
||||
apigo.cc/go/cast v1.2.10 // indirect
|
||||
apigo.cc/go/rand v1.0.6 // 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user