From 6b8050ac47e2e880b33837eec1fe40f7d23f1e24 Mon Sep 17 00:00:00 2001 From: steden <1470804@qq.com> Date: Tue, 19 Nov 2024 12:34:05 +0800 Subject: [PATCH] v0.15.0 --- go.mod | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 2f5f91d..bd61698 100644 --- a/go.mod +++ b/go.mod @@ -2,16 +2,14 @@ module github.com/farseer-go/collections go 1.19 -toolchain go1.22.0 +toolchain go1.19 require ( - github.com/farseer-go/fs v0.14.0 - github.com/stretchr/testify v1.8.4 - github.com/timandy/routine v1.1.2 + github.com/farseer-go/fs v0.15.0 + github.com/stretchr/testify v1.9.0 + github.com/timandy/routine v1.1.4 ) -exclude github.com/timandy/routine v1.1.3 - require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect