Update dependencies

This commit is contained in:
世界 2023-12-08 18:16:26 +08:00
parent f86df97602
commit fed8d42732
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
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