From cf800aef902677511ad42a96e3142f73c558e3c6 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Tue, 15 May 2018 16:53:12 +0200 Subject: [PATCH] Minor import fix --- pkg/cluster/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/util.go b/pkg/cluster/util.go index 516a59b9e..e7db26d82 100644 --- a/pkg/cluster/util.go +++ b/pkg/cluster/util.go @@ -6,6 +6,7 @@ import ( "encoding/json" "fmt" "math/rand" + "reflect" "sort" "strings" "time" @@ -21,7 +22,6 @@ import ( "github.com/zalando-incubator/postgres-operator/pkg/util/constants" "github.com/zalando-incubator/postgres-operator/pkg/util/k8sutil" "github.com/zalando-incubator/postgres-operator/pkg/util/retryutil" - "reflect" ) // OAuthTokenGetter provides the method for fetching OAuth tokens