chore(deps): clean up dependencies

This commit is contained in:
hexxa 2022-04-02 10:26:46 +08:00 committed by Hexxa
parent 468b9622f6
commit 86b2672b01
5 changed files with 15 additions and 88 deletions

1
go.mod
View file

@ -15,6 +15,7 @@ require (
github.com/jessevdk/go-flags v1.4.0
github.com/json-iterator/go v1.1.11 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible