Update dependencies

This commit is contained in:
世界 2023-02-20 14:14:41 +08:00
parent e3123545f2
commit 31e4666f1e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 78 additions and 22 deletions

17
.golangci.yml Normal file
View file

@ -0,0 +1,17 @@
linters:
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
linters-settings:
gci:
custom-order: true
sections:
- standard
- prefix(github.com/sagernet/)
- default
staticcheck:
go: '1.20'