From 4baede84bc857d85c3dbf2c8274e4afb59788fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Lo=CC=88ffel?= Date: Wed, 15 Dec 2021 14:23:47 +0100 Subject: [PATCH] update deps --- .travis.yml | 3 ++- Makefile | 2 +- go.mod | 2 +- go.sum | 4 ---- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0071d57..8a40d03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,10 @@ go: - "1.14.x" - "1.15.x" - "1.16.x" + - "1.17.x" before_script: - - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.38.0 + - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0 script: - make install diff --git a/Makefile b/Makefile index dcf319a..030b29b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ linter: golangci-lint run ls-lint: - curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.9.2/ls-lint-linux && chmod +x ls-lint && ./ls-lint + curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.10.0/ls-lint-linux && chmod +x ls-lint && ./ls-lint test: make linter \ No newline at end of file diff --git a/go.mod b/go.mod index 8a8205a..5f8b11d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/recws-org/recws -go 1.16 +go 1.17 require ( github.com/gorilla/websocket v1.4.2 diff --git a/go.sum b/go.sum index a8cc6fc..b3efb9a 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,4 @@ -github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM= -github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 h1:K//n/AqR5HjG3qxbrBCL4vJPW0MVFSs9CPK1OOJdRME= -github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7/go.mod h1:2iMrUgbbvHEiQClaW2NsSzMyGHqN+rDFqY705q49KG0= github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA= github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4=