From 85d77655a515c120e5c0ba3c48c6be4eda1ac8f6 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 12 Apr 2024 20:34:02 +0100 Subject: First test and first appearance of returns code Test a function that gets all sheets from a datamap struct. A new function to handle a datamap and a return together in one POST request. --- go.mod | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0070a82..ccc5ca8 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,20 @@ module git.yulqen.org/go/dbasik-go go 1.22.1 require ( - github.com/joho/godotenv v1.5.1 // indirect - github.com/lib/pq v1.10.9 // indirect + github.com/joho/godotenv v1.5.1 + github.com/lib/pq v1.10.9 + github.com/tealeg/xlsx/v3 v3.3.6 +) + +require ( + github.com/frankban/quicktest v1.14.6 // indirect + github.com/google/btree v1.0.0 // indirect + github.com/google/go-cmp v0.5.9 // indirect + github.com/kr/pretty v0.3.1 // indirect + github.com/kr/text v0.2.0 // indirect + github.com/peterbourgon/diskv/v3 v3.0.1 // indirect + github.com/rogpeppe/fastuuid v1.2.0 // indirect + github.com/rogpeppe/go-internal v1.9.0 // indirect + github.com/shabbyrobe/xmlwriter v0.0.0-20200208144257-9fca06d00ffa // indirect + golang.org/x/text v0.3.8 // indirect ) -- cgit v1.2.3