From 5a4b9c0db9fe930f8897dc146f024fa0e45ba1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 2 Aug 2021 18:06:01 +0200 Subject: mod: Update path --- bm/bm_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bm/bm_test.go') diff --git a/bm/bm_test.go b/bm/bm_test.go index fdd3f61d..bc80cbcb 100644 --- a/bm/bm_test.go +++ b/bm/bm_test.go @@ -4,8 +4,8 @@ import ( "testing" "time" - "github.com/go-playground/locales" - "github.com/go-playground/locales/currency" + "github.com/gohugoio/locales" + "github.com/gohugoio/locales/currency" ) func TestLocale(t *testing.T) { -- cgit v1.2.3