diff options
| author | chrislu <chris.lu@gmail.com> | 2022-04-09 09:45:37 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-04-09 09:45:37 -0700 |
| commit | 50e93c36296de87fbf988e5573b620ca04d18faf (patch) | |
| tree | 07003cdb676ef60c5803063e668f845b25f969ad /go.mod | |
| parent | bc74b57a0b61ef01505a4d3d5ee58723c85d5860 (diff) | |
| parent | dffb59f35094137270c192a25e1c1aef8322382f (diff) | |
| download | seaweedfs-50e93c36296de87fbf988e5573b620ca04d18faf.tar.xz seaweedfs-50e93c36296de87fbf988e5573b620ca04d18faf.zip | |
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -5,12 +5,12 @@ go 1.18 require ( cloud.google.com/go v0.100.2 // indirect cloud.google.com/go/pubsub v1.19.0 - cloud.google.com/go/storage v1.21.0 + cloud.google.com/go/storage v1.22.0 github.com/Azure/azure-pipeline-go v0.2.3 github.com/Azure/azure-storage-blob-go v0.14.0 github.com/OneOfOne/xxhash v1.2.8 github.com/Shopify/sarama v1.32.0 - github.com/aws/aws-sdk-go v1.43.34 + github.com/aws/aws-sdk-go v1.43.35 github.com/beorn7/perks v1.0.1 // indirect github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72 github.com/bwmarrin/snowflake v0.3.0 @@ -67,7 +67,7 @@ require ( github.com/klauspost/compress v1.15.1 // indirect github.com/klauspost/reedsolomon v1.9.16 github.com/kurin/blazer v0.5.3 - github.com/lib/pq v1.10.4 + github.com/lib/pq v1.10.5 github.com/linxGnu/grocksdb v1.7.0 github.com/magiconair/properties v1.8.5 // indirect github.com/mailru/easyjson v0.7.7 // indirect @@ -131,7 +131,7 @@ require ( golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect google.golang.org/api v0.74.0 google.golang.org/appengine v1.6.7 // indirect - google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect + google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf // indirect google.golang.org/grpc v1.45.0 google.golang.org/protobuf v1.28.0 gopkg.in/inf.v0 v0.9.1 // indirect @@ -171,6 +171,7 @@ require ( github.com/d4l3k/messagediff v1.2.1 // indirect github.com/fclairamb/go-log v0.1.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect + github.com/googleapis/go-type-adapters v1.0.0 // indirect github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8 // indirect github.com/jcmturner/aescts/v2 v2.0.0 // indirect github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect |
