Skip to content

Commit

Permalink
support larger metrics results (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Apr 19, 2024
1 parent 112c599 commit 10da385
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 494 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.21.8 ]
go-version: [ 1.21.9 ]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/minio/madmin-go/v3

go 1.17
go 1.21

require (
github.com/cespare/xxhash/v2 v2.2.0
Expand All @@ -14,8 +14,8 @@ require (
github.com/secure-io/sio-go v0.3.1
github.com/shirou/gopsutil/v3 v3.23.12
github.com/tinylib/msgp v1.1.8
golang.org/x/crypto v0.12.0
golang.org/x/net v0.14.0
golang.org/x/crypto v0.22.0
golang.org/x/net v0.24.0
)

require (
Expand All @@ -38,7 +38,7 @@ require (
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.15.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
golang.org/x/sys v0.19.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
Loading

0 comments on commit 10da385

Please sign in to comment.