mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-23 13:35:38 +03:00
0e5e8e4dde
Squashed commit of the following: commit 9dc0d489601764003adc2d7c4ae73c45c9d07bba Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Jul 3 14:23:03 2024 +0300 client: fix some locales commit a130e205509cbd423c9c9793824a84b550cee0e5 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Jul 3 14:09:09 2024 +0300 client: upd translations commit aeccb20b6172fb019cee8820a9087a573a4fbacf Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Jul 3 14:04:12 2024 +0300 all: upd services, trackers commit f6a7f34e17b89f22fcfaed5001c256f12653663b Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Jul 3 13:32:55 2024 +0300 all: imp fmt commit e8b561175c0bfd6415dcb97c98400543906fb097 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Jul 3 13:27:47 2024 +0300 all: add linebreak commit 2b28fa107bf43eb3b7a1878716fb5cc0ec2204d2 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Jul 3 13:17:30 2024 +0300 all: upd go
35 lines
1.2 KiB
Modula-2
35 lines
1.2 KiB
Modula-2
module github.com/AdguardTeam/AdGuardHome/internal/tools
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/fzipp/gocyclo v0.6.0
|
|
github.com/golangci/misspell v0.6.0
|
|
github.com/gordonklaus/ineffassign v0.1.0
|
|
github.com/kisielk/errcheck v1.7.0
|
|
github.com/kyoh86/looppointer v0.2.1
|
|
github.com/securego/gosec/v2 v2.20.0
|
|
github.com/uudashr/gocognit v1.1.2
|
|
golang.org/x/tools v0.22.0
|
|
golang.org/x/vuln v1.1.2
|
|
honnef.co/go/tools v0.4.7
|
|
mvdan.cc/gofumpt v0.6.0
|
|
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.4.0 // indirect
|
|
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/kyoh86/nolint v0.0.1 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20240613232115-7f521ea00fb8 // indirect
|
|
golang.org/x/mod v0.18.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20240701175443-4e29c7872ac1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|