Update dependencies

This commit is contained in:
世界
2023-05-03 10:51:35 +08:00
parent b0a978d4b6
commit e556dfad68
3 changed files with 13 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ install:
fmt:
@gofumpt -l -w .
@gofmt -s -w .
@gci write --custom-order -s "standard,prefix(github.com/sagernet/),default" .
@gci write --custom-order -s standard -s "prefix(github.com/sagernet/)" -s "default" .
fmt_install:
go install -v mvdan.cc/gofumpt@latest