aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 16 insertions, 2 deletions
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
)