File tree Expand file tree Collapse file tree 4 files changed +7
-13
lines changed
Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1717 - name : golangci-lint
1818 uses : golangci/golangci-lint-action@v6
1919 with :
20- version : v1.61
20+ version : v1.64.6
Original file line number Diff line number Diff line change @@ -26,11 +26,3 @@ linters:
2626 - tagliatelle
2727 - varnamelen
2828 - wrapcheck
29- linters-settings :
30- estif :
31- min-complexity : 4
32- maligned :
33- suggest-new : true
34- funlen :
35- lines : 90
36- statements : 45
Original file line number Diff line number Diff line change 11module github.com/NETWAYS/check_sentinelone
22
3- go 1.22
3+ go 1.23.0
4+
5+ toolchain go1.24.0
46
57require (
68 github.com/NETWAYS/go-check v0.6.2
79 github.com/jarcoal/httpmock v1.3.1
810 github.com/spf13/pflag v1.0.6
911 github.com/stretchr/testify v1.10.0
10- golang.org/x/oauth2 v0.26 .0
12+ golang.org/x/oauth2 v0.27 .0
1113)
1214
1315require (
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
2424github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
2525github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
2626github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
27- golang.org/x/oauth2 v0.26 .0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE =
28- golang.org/x/oauth2 v0.26 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
27+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
28+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
2929gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
3030gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
3131gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments