-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update packages to latest versions and Go to 1.22.5
- Loading branch information
1 parent
f764c77
commit 87e1a11
Showing
2 changed files
with
84 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,59 @@ | ||
module github.com/wekafs/csi-wekafs | ||
|
||
go 1.22.0 | ||
|
||
toolchain go1.22.4 | ||
go 1.22.5 | ||
|
||
require ( | ||
github.com/container-storage-interface/spec v1.10.0 | ||
github.com/google/go-querystring v1.1.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/hashicorp/go-version v1.7.0 | ||
github.com/kubernetes-csi/csi-lib-utils v0.18.1 | ||
github.com/kubernetes-csi/csi-lib-utils v0.19.0 | ||
github.com/pkg/xattr v0.4.10 | ||
github.com/prometheus/client_golang v1.19.1 | ||
github.com/prometheus/client_golang v1.20.2 | ||
github.com/rs/zerolog v1.33.0 | ||
github.com/showa-93/go-mask v0.6.2 | ||
github.com/stretchr/testify v1.9.0 | ||
go.opentelemetry.io/otel v1.28.0 | ||
go.opentelemetry.io/otel v1.29.0 | ||
go.opentelemetry.io/otel/exporters/jaeger v1.17.0 | ||
go.opentelemetry.io/otel/sdk v1.28.0 | ||
go.opentelemetry.io/otel/trace v1.28.0 | ||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 | ||
golang.org/x/sync v0.7.0 | ||
google.golang.org/grpc v1.65.0 | ||
go.opentelemetry.io/otel/sdk v1.29.0 | ||
go.opentelemetry.io/otel/trace v1.29.0 | ||
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 | ||
golang.org/x/sync v0.8.0 | ||
google.golang.org/grpc v1.66.0 | ||
google.golang.org/protobuf v1.34.2 | ||
k8s.io/apimachinery v0.30.3 | ||
k8s.io/apimachinery v0.31.0 | ||
k8s.io/helm v2.17.0+incompatible | ||
k8s.io/mount-utils v0.30.3 | ||
k8s.io/mount-utils v0.31.0 | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/moby/sys/mountinfo v0.7.2 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/opencontainers/runc v1.1.13 // indirect | ||
github.com/opencontainers/runtime-spec v1.2.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/common v0.57.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
go.opentelemetry.io/otel/metric v1.28.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
go.opentelemetry.io/otel/metric v1.29.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/klog/v2 v2.130.1 // indirect | ||
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect | ||
k8s.io/utils v0.0.0-20240821151609-f90d01438635 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters