From 47ed2dee63e715dc62775f7f4bb42f641db72fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Mon, 19 Sep 2022 14:59:56 +0800 Subject: [PATCH] - add IsInteger --- go.mod | 2 -- go.sum | 2 -- 2 files changed, 4 deletions(-) diff --git a/go.mod b/go.mod index 966b051..38edac9 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ module go.dtapp.net/godecimal go 1.19 - -require github.com/shopspring/decimal v1.3.1 diff --git a/go.sum b/go.sum index 3289fec..e69de29 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +0,0 @@ -github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8= -github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=