From f8d5b9f49c150574442c2d30add41981ac67e97b Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:08:24 +0000 Subject: update go-structr to v0.8.8 (#3199) --- vendor/codeberg.org/gruf/go-structr/queue_ctx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/codeberg.org/gruf/go-structr/queue_ctx.go') diff --git a/vendor/codeberg.org/gruf/go-structr/queue_ctx.go b/vendor/codeberg.org/gruf/go-structr/queue_ctx.go index 5431b8947..1dac46349 100644 --- a/vendor/codeberg.org/gruf/go-structr/queue_ctx.go +++ b/vendor/codeberg.org/gruf/go-structr/queue_ctx.go @@ -6,8 +6,8 @@ import ( // QueueCtx is a context-aware form of Queue{}. type QueueCtx[StructType any] struct { - Queue[StructType] ch chan struct{} + Queue[StructType] } // PopFront pops the current value at front of the queue, else blocking on ctx. -- cgit v1.2.3