-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the following: commit adba43e Author: Ainar Garipov <[email protected]> Date: Thu Feb 8 17:20:36 2024 +0300 upstream: names commit b40caf9 Author: Ainar Garipov <[email protected]> Date: Thu Feb 8 17:02:00 2024 +0300 all: upd go, deps
- Loading branch information
Showing
29 changed files
with
256 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Build | ||
|
||
'env': | ||
'GO_VERSION': '1.20.12' | ||
'GO_VERSION': '1.21.7' | ||
|
||
'on': | ||
'push': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
'name': Docker | ||
|
||
'env': | ||
'GO_VERSION': '1.20.12' | ||
'GO_VERSION': '1.21.7' | ||
|
||
'on': | ||
'push': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
'name': 'lint' | ||
|
||
'env': | ||
'GO_VERSION': '1.20.12' | ||
'GO_VERSION': '1.21.7' | ||
|
||
'on': | ||
'push': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
module github.com/AdguardTeam/dnsproxy/internal/tools | ||
|
||
go 1.20 | ||
go 1.21.7 | ||
|
||
require ( | ||
github.com/fzipp/gocyclo v0.6.0 | ||
github.com/golangci/misspell v0.4.1 | ||
github.com/gordonklaus/ineffassign v0.1.0 | ||
github.com/kisielk/errcheck v1.6.3 | ||
github.com/kisielk/errcheck v1.7.0 | ||
github.com/kyoh86/looppointer v0.2.1 | ||
github.com/securego/gosec/v2 v2.18.2 | ||
github.com/uudashr/gocognit v1.1.2 | ||
golang.org/x/tools v0.16.0 | ||
golang.org/x/vuln v1.0.1 | ||
golang.org/x/tools v0.17.0 | ||
golang.org/x/vuln v1.0.4 | ||
honnef.co/go/tools v0.4.6 | ||
mvdan.cc/gofumpt v0.5.0 | ||
mvdan.cc/unparam v0.0.0-20230917202934-3ee2d22f45fb | ||
mvdan.cc/gofumpt v0.6.0 | ||
mvdan.cc/unparam v0.0.0-20240104100049-c549a3470d14 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/ccojocar/zxcvbn-go v1.0.1 // indirect | ||
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/uuid v1.4.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-20231127185646-65229373498e // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/exp/typeparams v0.0.0-20240205201215-2c58cdc269a3 // indirect | ||
golang.org/x/mod v0.15.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.