mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-06-10 05:36:50 +00:00
app: restructure and start building p15 output
This commit is contained in:
parent
6610c92058
commit
e2e4f2037c
24 changed files with 622 additions and 168 deletions
20
go.mod
20
go.mod
|
@ -1,7 +1,21 @@
|
|||
module temp
|
||||
module apc-p15-tool
|
||||
|
||||
go 1.21
|
||||
|
||||
require github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3
|
||||
require (
|
||||
github.com/peterbourgon/ff/v4 v4.0.0-alpha.4
|
||||
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3
|
||||
go.uber.org/zap v1.26.0
|
||||
)
|
||||
|
||||
require golang.org/x/crypto v0.18.0
|
||||
require go.uber.org/multierr v1.11.0 // indirect
|
||||
|
||||
replace apc-p15-tool/cmd => /cmd
|
||||
|
||||
replace apc-p15-tool/pkg/app => /pkg/app
|
||||
|
||||
replace apc-p15-tool/pkg/pkcs15 => /pkg/pkcs15
|
||||
|
||||
replace apc-p15-tool/pkg/tools => /pkg/tools
|
||||
|
||||
replace apc-p15-tool/pkg/tools/asn1obj => /pkg/tools/asn1obj
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue