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/api/client/streaming/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/api/client/streaming') diff --git a/internal/api/client/streaming/stream.go b/internal/api/client/streaming/stream.go index 2d1c48341..266b64976 100644 --- a/internal/api/client/streaming/stream.go +++ b/internal/api/client/streaming/stream.go @@ -19,6 +19,7 @@ package streaming import ( "context" + "slices" "time" "codeberg.org/gruf/go-kv" @@ -28,7 +29,6 @@ import ( "github.com/superseriousbusiness/gotosocial/internal/log" "github.com/superseriousbusiness/gotosocial/internal/oauth" streampkg "github.com/superseriousbusiness/gotosocial/internal/stream" - "golang.org/x/exp/slices" "github.com/gin-gonic/gin" "github.com/gorilla/websocket" -- cgit v1.3