From a9f644b9cac7f7306e6960cb27425269c1b96f90 Mon Sep 17 00:00:00 2001 From: wujinhu Date: Thu, 26 Sep 2019 15:51:59 +0800 Subject: [PATCH] update --- docs/storage.md | 1 - go.mod | 1 - go.sum | 1 - pkg/objstore/objtesting/foreach.go | 1 - 4 files changed, 4 deletions(-) diff --git a/docs/storage.md b/docs/storage.md index 3b7bfcfc333..b9050801e49 100644 --- a/docs/storage.md +++ b/docs/storage.md @@ -308,4 +308,3 @@ config: ``` Set the flags `--objstore.config-file` to reference to the configuration file. - diff --git a/go.mod b/go.mod index 9c98fbda909..9873a474877 100644 --- a/go.mod +++ b/go.mod @@ -48,4 +48,3 @@ require ( gopkg.in/fsnotify.v1 v1.4.7 gopkg.in/yaml.v2 v2.2.2 ) - diff --git a/go.sum b/go.sum index 17b7f98d198..24b25203f32 100644 --- a/go.sum +++ b/go.sum @@ -440,4 +440,3 @@ k8s.io/klog v0.1.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/kube-openapi v0.0.0-20180629012420-d83b052f768a/go.mod h1:BXM9ceUBTj2QnfH2MK1odQs778ajze1RxcmP6S8RVVc= sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= - diff --git a/pkg/objstore/objtesting/foreach.go b/pkg/objstore/objtesting/foreach.go index 79dcf6a6fc7..66dc47b24fe 100644 --- a/pkg/objstore/objtesting/foreach.go +++ b/pkg/objstore/objtesting/foreach.go @@ -118,4 +118,3 @@ func ForeachStore(t *testing.T, testFn func(t testing.TB, bkt objstore.Bucket)) t.Log("THANOS_SKIP_TENCENT_COS_TESTS envvar present. Skipping test against Tencent COS.") } } -