Skip to content

Commit

Permalink
Merge pull request #489 from bookingcom/grzkv/misc_updates
Browse files Browse the repository at this point in the history
Updated dependencies, linter, and GitHub Actions.
  • Loading branch information
grzkv authored May 12, 2023
2 parents f294b26 + f0bc991 commit b48f416
Show file tree
Hide file tree
Showing 322 changed files with 8,826 additions and 5,183 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: install cairo
run: sudo apt-get install libcairo2-dev -y
- name: setup linter
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.51.2
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.52.2
- name: checkout code
uses: actions/checkout@v3
- name: test
run: make test
- name: lint
run: make lint
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
- name: integration test
run: tests/system_test.sh
42 changes: 21 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ go 1.20

require (
github.com/JaderDias/movingmedian v0.0.0-20220813210630-d8c6b6de8835
github.com/bradfitz/gomemcache v0.0.0-20221031212613-62deef7fc822
github.com/bradfitz/gomemcache v0.0.0-20230124162541-5f7a7d875746
github.com/davecgh/go-spew v1.1.1
github.com/dgryski/go-expirecache v0.0.0-20170314133854-743ef98b2adb
github.com/dgryski/go-onlinestats v0.0.0-20170612111826-1c7d19468768
github.com/dustin/go-humanize v1.0.0
github.com/dustin/go-humanize v1.0.1
github.com/evmar/gocairo v0.0.0-20160222165215-ddd30f837497
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434
github.com/facebookgo/pidfile v0.0.0-20150612191647-f242e2999868
Expand All @@ -19,21 +19,21 @@ require (
github.com/lomik/og-rek v0.0.0-20170411191824-628eefeb8d80
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_golang v1.15.1
github.com/satori/go.uuid v1.2.0
github.com/tebeka/strftime v0.1.5
github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f
go.opentelemetry.io/contrib/instrumentation/gorilla/mux v0.7.0
go.uber.org/zap v1.24.0
gonum.org/v1/gonum v0.12.0
google.golang.org/grpc v1.51.0
gonum.org/v1/gonum v0.13.0
google.golang.org/grpc v1.55.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/aclements/go-moremath v0.0.0-20180329182055-b1aff36309c7 // indirect
github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
Expand All @@ -42,19 +42,19 @@ require (
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.43.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
go.opentelemetry.io/otel v0.8.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
google.golang.org/protobuf v1.28.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)
Loading

0 comments on commit b48f416

Please sign in to comment.