Skip to content

Commit

Permalink
deps: update all deps and bump go to 1.21 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksraiden authored Oct 18, 2024
1 parent 7586d6d commit 2a0380f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 520 deletions.
3 changes: 2 additions & 1 deletion .github/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: kvrocks-exporter
release:
github:
Expand Down Expand Up @@ -32,4 +33,4 @@ kos:
- "-X main.BuildCommitSha={{.Commit}}"
platforms:
- linux/amd64
- linux/arm64
- linux/arm64
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
17 changes: 15 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
module github.com/RocksLabs/kvrocks_exporter

go 1.16
go 1.21

toolchain go1.23.1

require (
github.com/gomodule/redigo v1.9.2
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_golang v1.20.5
github.com/prometheus/client_model v0.6.1
github.com/sirupsen/logrus v1.9.3
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/common v0.60.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
golang.org/x/sys v0.26.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)
Loading

0 comments on commit 2a0380f

Please sign in to comment.