go.mod : update fastcache to 1.5.7 (#20936)
... | ... | @@ -7,12 +7,11 @@ require ( |
github.com/Azure/azure-storage-blob-go v0.7.0 | ||
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect | ||
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect | ||
github.com/VictoriaMetrics/fastcache v1.5.3 | ||
github.com/VictoriaMetrics/fastcache v1.5.7 | ||
github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847 | ||
github.com/aws/aws-sdk-go v1.25.48 | ||
github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6 | ||
github.com/cespare/cp v0.1.0 | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/cloudflare/cloudflare-go v0.10.2-0.20190916151808-a80f83b9add9 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea | ||
... | ... |
Please register or sign in to comment