aboutsummaryrefslogtreecommitdiff
path: root/server/go.mod
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-25 16:49:32 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-25 16:49:32 +0530
commitad67099a4b332f227705dc6842874469841b4cae (patch)
tree7115e9953814f5536824355c98b0d999462a452d /server/go.mod
parent93dd72920e5a72c684f53071f4ab1972bf1e878c (diff)
added functionality to calculate the price after applying the discount on each product
Diffstat (limited to 'server/go.mod')
-rw-r--r--server/go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/go.mod b/server/go.mod
index 70699fa..c920659 100644
--- a/server/go.mod
+++ b/server/go.mod
@@ -2,4 +2,7 @@ module github.com/MikunoNaka/openbills
go 1.16
-require github.com/gin-gonic/gin v1.7.1 // indirect
+require (
+ github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19 // indirect
+ github.com/gin-gonic/gin v1.7.1 // indirect
+)