From a5acf7f8436277cdf69d01c329aa3f4a284dd949 Mon Sep 17 00:00:00 2001 From: Ghislain Bourgeois Date: Fri, 27 Oct 2023 11:36:02 -0400 Subject: [PATCH] fix: Fix unit tests on go1.21 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9108a7b5..a11a5799 100644 --- a/go.mod +++ b/go.mod @@ -41,6 +41,7 @@ require ( github.com/goccy/go-json v0.9.7 // indirect github.com/pelletier/go-toml/v2 v2.0.1 // indirect github.com/pierrec/lz4/v4 v4.1.15 // indirect + go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect ) require ( @@ -107,7 +108,6 @@ require ( go.uber.org/multierr v1.8.0 // indirect go.uber.org/zap v1.23.0 // indirect go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect - go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect