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=