From 2e21720521389dce4d4c2ee6cb244e6b0bc28069 Mon Sep 17 00:00:00 2001 From: Piszmog Date: Mon, 26 Nov 2018 19:29:31 -0700 Subject: [PATCH] use latest cfservices --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d2d24fa..86be5f8 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/Piszmog/cloudconfigclient require ( - github.com/Piszmog/cfservices v1.3.1 + github.com/Piszmog/cfservices v1.3.2 github.com/Piszmog/httpclient v1.0.1 github.com/golang/protobuf v1.1.0 // indirect github.com/pkg/errors v0.8.0 diff --git a/go.sum b/go.sum index f8a77a5..f6650c9 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ github.com/Piszmog/cfservices v1.3.1 h1:xiX4kjYJUxJYUBDgUJ+OgdqUsLX48yFq8YMZs/gdGyE= github.com/Piszmog/cfservices v1.3.1/go.mod h1:uxLe5gKNnODE9Bt1aJd5WjaeTg8/Qr6Dibd1wFgfAwk= +github.com/Piszmog/cfservices v1.3.2 h1:QvAphVK6Mz/zN7ZWa13eiwqpGhe0mO1CO/usF3yA3UE= +github.com/Piszmog/cfservices v1.3.2/go.mod h1:uxLe5gKNnODE9Bt1aJd5WjaeTg8/Qr6Dibd1wFgfAwk= github.com/Piszmog/httpclient v1.0.1 h1:LBgUxwb2zrwv/c1qx0D4lSwmz28ZNf7k91EsNbclJk0= github.com/Piszmog/httpclient v1.0.1/go.mod h1:FcqjAm4HhYGYfQaFY8kZ2Y+SGiO51s4H3K6GEtAHOn4= github.com/golang/protobuf v1.1.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=