diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-05-30 12:39:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-30 12:39:18 -0700 |
| commit | ebf9a1e1d87200159b87457eae668fc2be0f20bb (patch) | |
| tree | a0c2e7560c588304a7eb536ec2e0d8e32d0b20c0 /go.mod | |
| parent | d73c335c3128004f811fe5c87fdedbca657ba8e3 (diff) | |
| parent | 4225e577faa884a4a059797965559cd612f1ed1a (diff) | |
| download | seaweedfs-ebf9a1e1d87200159b87457eae668fc2be0f20bb.tar.xz seaweedfs-ebf9a1e1d87200159b87457eae668fc2be0f20bb.zip | |
Merge branch 'master' into dependabot/go_modules/github.com/spf13/viper-1.12.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ require ( github.com/Azure/azure-pipeline-go v0.2.3 github.com/Azure/azure-storage-blob-go v0.15.0 github.com/OneOfOne/xxhash v1.2.8 - github.com/Shopify/sarama v1.33.0 + github.com/Shopify/sarama v1.34.0 github.com/aws/aws-sdk-go v1.44.14 github.com/beorn7/perks v1.0.1 // indirect github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72 @@ -80,7 +80,6 @@ require ( github.com/olivere/elastic/v7 v7.0.32 github.com/pelletier/go-toml v1.9.5 // indirect github.com/peterh/liner v1.2.2 - github.com/pierrec/lz4 v2.6.1+incompatible // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/posener/complete v1.2.3 @@ -144,7 +143,7 @@ require ( modernc.org/memory v1.1.1 // indirect modernc.org/opt v0.1.1 // indirect modernc.org/sqlite v1.17.2 - modernc.org/strutil v1.1.1 + modernc.org/strutil v1.1.2 modernc.org/token v1.0.0 // indirect ) @@ -201,6 +200,7 @@ require ( github.com/nats-io/nuid v1.0.1 // indirect github.com/pelletier/go-toml/v2 v2.0.1 // indirect github.com/philhofer/fwd v1.1.1 // indirect + github.com/pierrec/lz4/v4 v4.1.14 // indirect github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/subosito/gotenv v1.3.0 // indirect |
