From e98c376b5f6a78cddaf21b57957bd2cd1f26395e Mon Sep 17 00:00:00 2001 From: randolphcyg Date: Tue, 21 Mar 2023 13:48:05 +0800 Subject: [PATCH] [IMP]upgrade dependency --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fb6f823..b1c5995 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/pkg/errors v0.9.1 - github.com/randolphcyg/cpe v1.0.3 + github.com/randolphcyg/cpe v1.0.4 github.com/stretchr/testify v1.8.2 ) diff --git a/go.sum b/go.sum index 4e29ace..5c6e876 100644 --- a/go.sum +++ b/go.sum @@ -9,6 +9,8 @@ github.com/randolphcyg/cpe v1.0.2 h1:Ci1Ez56mtVrPPbjtU/xeZiBHi0UXbFUGtVjWcxbuF8s github.com/randolphcyg/cpe v1.0.2/go.mod h1:R+J264JmgNtHkgKkYS12TQNgp819+OnwFUJuZUkoyio= github.com/randolphcyg/cpe v1.0.3 h1:Gy91SlIWvPPqIMF8gDq3tnhde6noO/AyKeeyLHp/tio= github.com/randolphcyg/cpe v1.0.3/go.mod h1:R+J264JmgNtHkgKkYS12TQNgp819+OnwFUJuZUkoyio= +github.com/randolphcyg/cpe v1.0.4 h1:yt8reQ+oLlw4bFAcRk9t2zLGE1/11RptF0AL0XT7s2s= +github.com/randolphcyg/cpe v1.0.4/go.mod h1:R+J264JmgNtHkgKkYS12TQNgp819+OnwFUJuZUkoyio= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=