From 01893d2f350f3b349e29fd3c5cd49d575293ea04 Mon Sep 17 00:00:00 2001 From: Matthew Lorimor Date: Thu, 3 Jan 2019 22:31:33 -0600 Subject: [PATCH] Replace outdated goutils imports --- functions.go | 2 +- functions_test.go | 2 +- glide.lock | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/functions.go b/functions.go index a175b815..d53f25d7 100644 --- a/functions.go +++ b/functions.go @@ -10,7 +10,7 @@ import ( ttemplate "text/template" "time" - util "github.com/aokoli/goutils" + util "github.com/Masterminds/goutils" "github.com/huandu/xstrings" ) diff --git a/functions_test.go b/functions_test.go index c593a5bc..737458c8 100644 --- a/functions_test.go +++ b/functions_test.go @@ -8,7 +8,7 @@ import ( "testing" "text/template" - "github.com/aokoli/goutils" + "github.com/Masterminds/goutils" "github.com/stretchr/testify/assert" ) diff --git a/glide.lock b/glide.lock index e6e675a0..2ce1dcbb 100644 --- a/glide.lock +++ b/glide.lock @@ -1,8 +1,6 @@ hash: f9e13000d2d99ee559a37e9b35d310bab6687b64141e98bd122e772c7e1da63a updated: 2019-01-03T16:14:49.53019-07:00 imports: -- name: github.com/aokoli/goutils - version: 9c37978a95bd5c709a15883b6242714ea6709e64 - name: github.com/google/uuid version: 064e2069ce9c359c118179501254f67d7d37ba24 - name: github.com/huandu/xstrings