simplify logging

This commit is contained in:
Greg T. Wallace 2024-02-03 11:38:31 -05:00
parent 2c4e3df0a5
commit 201aedce1c
8 changed files with 36 additions and 93 deletions

6
go.mod
View file

@ -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