-
Notifications
You must be signed in to change notification settings - Fork 250
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 23bcce3 Author: Stanislav Chzhen <[email protected]> Date: Fri Oct 4 18:09:19 2024 +0300 all: imp fmt commit ccf7561 Author: Stanislav Chzhen <[email protected]> Date: Fri Oct 4 18:00:29 2024 +0300 all: upd go
- Loading branch information
Showing
13 changed files
with
257 additions
and
88 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.22.5' | ||
'GO_VERSION': '1.23.2' | ||
|
||
'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.22.5' | ||
'GO_VERSION': '1.23.2' | ||
|
||
'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.22.5' | ||
'GO_VERSION': '1.23.2' | ||
|
||
'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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,65 @@ | ||
module github.com/AdguardTeam/dnsproxy/internal/tools | ||
|
||
go 1.22.6 | ||
go 1.23.2 | ||
|
||
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/securego/gosec/v2 v2.21.4 | ||
github.com/uudashr/gocognit v1.1.3 | ||
golang.org/x/tools v0.24.0 | ||
golang.org/x/tools v0.25.0 | ||
golang.org/x/vuln v1.1.3 | ||
honnef.co/go/tools v0.5.1 | ||
mvdan.cc/gofumpt v0.7.0 | ||
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f | ||
mvdan.cc/unparam v0.0.0-20240917084806-57a3b4290ba3 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.115.1 // indirect | ||
cloud.google.com/go/ai v0.8.2 // indirect | ||
cloud.google.com/go/auth v0.9.7 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect | ||
cloud.google.com/go/compute/metadata v0.5.2 // indirect | ||
cloud.google.com/go/longrunning v0.6.1 // indirect | ||
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect | ||
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/google/generative-ai-go v0.18.0 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/s2a-go v0.1.8 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect | ||
github.com/googleapis/gax-go/v2 v2.13.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-20240325151524-a685a6edb6d8 // indirect | ||
golang.org/x/exp/typeparams v0.0.0-20240808152545-0cdaa3abc0fa // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect | ||
go.opentelemetry.io/otel v1.30.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.30.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.30.0 // indirect | ||
golang.org/x/crypto v0.27.0 // indirect | ||
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect | ||
golang.org/x/exp/typeparams v0.0.0-20240909161429-701f63a606c0 // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
golang.org/x/net v0.29.0 // indirect | ||
golang.org/x/oauth2 v0.23.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/telemetry v0.0.0-20240815150606-0693e6240b9b // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/telemetry v0.0.0-20241003135049-3be6e8dcb6d1 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/time v0.7.0 // indirect | ||
google.golang.org/api v0.199.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f // indirect | ||
google.golang.org/grpc v1.67.1 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.