Skip to content

Commit

Permalink
Upgrade to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 28, 2024
1 parent 3e9e1f7 commit a30c5b7
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.59.1
version: v1.61.0
args: --timeout 3m
18 changes: 8 additions & 10 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# See: https://golangci-lint.run/usage/linters/

run:
skip-dirs:
issues:
exclude-dirs:
- "tmp"
- "vendor"

linters:
disable:
- structcheck
enable:
- decorder
- errname
Expand All @@ -21,17 +20,16 @@ linters:
- unconvert

linters-settings:
gci:
local-prefixes: github.com/evilmartians/redis-proxy

govet:
check-shadowing: true
enable-all: true
disable: fieldalignment
disable:
- fieldalignment

gosec:
severity: medium
confedence: medium
confidence: medium
excludes:
- G115

stylecheck:
checks: ["all", "-ST1005", "-ST1003"]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test:

bin/golangci-lint:
@test -x $$(go env GOPATH)/bin/golangci-lint || \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.59.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.61.0

lint: bin/golangci-lint
$$(go env GOPATH)/bin/golangci-lint run
Expand Down
62 changes: 31 additions & 31 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
module github.com/anycable/mycable

go 1.21
go 1.23

require (
github.com/anycable/anycable-go v1.5.2
github.com/gorilla/websocket v1.5.1
github.com/urfave/cli/v2 v2.27.1
github.com/anycable/anycable-go v1.5.6
github.com/gorilla/websocket v1.5.3
github.com/urfave/cli/v2 v2.27.4
)

require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/FZambia/sentinel v1.1.1 // indirect
github.com/bufbuild/protocompile v0.7.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/bufbuild/protocompile v0.14.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/fullstorydev/grpchan v1.1.1 // indirect
github.com/go-chi/chi/v5 v5.0.11 // indirect
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gomodule/redigo v1.8.9 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/gomodule/redigo v1.9.2 // indirect
github.com/google/gops v0.3.28 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/hofstadter-io/cinful v1.0.0 // indirect
github.com/jhump/protoreflect v1.15.4 // indirect
github.com/jhump/protoreflect v1.17.0 // indirect
github.com/joomcode/errorx v1.1.1 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/lmittmann/tint v1.0.4 // indirect
github.com/klauspost/compress v1.17.10 // indirect
github.com/lmittmann/tint v1.0.5 // indirect
github.com/matoous/go-nanoid v1.5.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/minio/highwayhash v1.0.3 // indirect
github.com/mitchellh/go-mruby v0.0.0-20200315023956-207cedc21542 // indirect
github.com/nats-io/jwt/v2 v2.5.3 // indirect
github.com/nats-io/nats-server/v2 v2.10.7 // indirect
github.com/nats-io/nats.go v1.31.0 // indirect
github.com/nats-io/jwt/v2 v2.7.0 // indirect
github.com/nats-io/nats-server/v2 v2.10.21 // indirect
github.com/nats-io/nats.go v1.37.0 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/posthog/posthog-go v0.0.0-20240110105835-f2ee529330e9 // indirect
github.com/redis/rueidis v1.0.26 // indirect
github.com/posthog/posthog-go v1.2.24 // indirect
github.com/redis/rueidis v1.0.47 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/smira/go-statsd v1.3.3 // indirect
github.com/sony/gobreaker v0.5.0 // indirect
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
github.com/sony/gobreaker v1.0.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.7.0 // 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
)
Loading

0 comments on commit a30c5b7

Please sign in to comment.