Skip to content

Commit

Permalink
fix(deps): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 5c2b787 commit 1ac91dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ module github.com/longhorn/backupstore

go 1.22.0

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.1
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
github.com/aws/aws-sdk-go v1.34.2
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.1
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.6.1
github.com/aws/aws-sdk-go v1.55.5
github.com/gammazero/workerpool v1.1.3
github.com/google/uuid v1.6.0
github.com/longhorn/go-common-libs v0.0.0-20240811024046-b6ddc3efb72e
github.com/pierrec/lz4/v4 v4.1.21
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/slok/goresilience v0.2.0
github.com/spf13/afero v1.5.1
github.com/stretchr/testify v1.8.4
github.com/urfave/cli v1.20.0
golang.org/x/net v0.25.0
github.com/spf13/afero v1.11.0
github.com/stretchr/testify v1.9.0
github.com/urfave/cli v1.22.15
golang.org/x/net v0.28.0
golang.org/x/sys v0.24.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
k8s.io/apimachinery v0.30.3
k8s.io/mount-utils v0.30.3
k8s.io/mount-utils v0.31.0
)

require (
Expand Down

0 comments on commit 1ac91dd

Please sign in to comment.