blob: 12102821ce286ec46eb06e75aa2988b9b273283e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
module git.yulqen.org/go/dbasik-go
go 1.22.1
require (
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.16
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
)
|