style: go mod tidy

This commit is contained in:
Andy Hsu
2023-03-08 19:08:11 +08:00
parent 8c0ebe0841
commit 2379cb8d67
2 changed files with 2 additions and 30 deletions

1
go.mod
View File

@ -110,6 +110,5 @@ require (
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)