From 906639ad7eb92e9d631599f78979908930e59c84 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:54:30 +0000 Subject: [chore] update viper version (#2539) * update viper version * removes our last uses of the slice package * fix tests --- internal/cache/slice.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/cache') diff --git a/internal/cache/slice.go b/internal/cache/slice.go index bcc0b68cc..0a7a6ccdc 100644 --- a/internal/cache/slice.go +++ b/internal/cache/slice.go @@ -18,8 +18,9 @@ package cache import ( + "slices" + "codeberg.org/gruf/go-cache/v3/simple" - "golang.org/x/exp/slices" ) // SliceCache wraps a simple.Cache to provide simple loader-callback -- cgit v1.2.3