Update dependencies

This commit is contained in:
世界 2023-05-19 15:46:48 +08:00
parent e50b334b9a
commit fe7ac80a6c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 44 additions and 49 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