Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/kataras/iris/v12 from 12.1.8 to 12.2.0 in /collector #1786

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test_collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.29
version: v1.55.2
working-directory: ./collector

build:
Expand Down
18 changes: 3 additions & 15 deletions collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,15 @@ module github.com/pegasus-kv/collector
go 1.13

require (
github.com/ajg/form v1.5.1 // indirect
github.com/apache/incubator-pegasus/go-client v0.0.0-20220526071020-be5634371701
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.1.8
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/kataras/iris/v12 v12.2.0
github.com/prometheus/client_golang v1.8.0
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.8.2
github.com/tidwall/gjson v1.14.0
github.com/valyala/fasthttp v1.34.0 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
k8s.io/apimachinery v0.0.0-20191123233150-4c4803ed55e3
Expand Down
Loading
Loading