mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-06-09 21:26:52 +00:00
simplify logging
This commit is contained in:
parent
2c4e3df0a5
commit
201aedce1c
8 changed files with 36 additions and 93 deletions
6
go.mod
6
go.mod
|
@ -5,14 +5,10 @@ go 1.21
|
|||
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
|
||||
golang.org/x/crypto v0.18.0
|
||||
)
|
||||
|
||||
require (
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/sys v0.16.0 // indirect
|
||||
)
|
||||
require golang.org/x/sys v0.16.0 // indirect
|
||||
|
||||
replace apc-p15-tool/cmd => /cmd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue