-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
38 lines (35 loc) · 1.52 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/bhidapa/heltin
go 1.21
require (
github.com/caarlos0/env/v6 v6.10.1
github.com/domonda/go-errs v0.0.0-20230920094343-6b122da4d22f
github.com/domonda/go-function v0.0.0-20231115235524-2c170e3fcc20
github.com/domonda/go-sqldb v0.0.0-20231012085739-e042be066e6b
github.com/domonda/go-types v0.0.0-20231120112155-3673dfbdcad5
github.com/domonda/golog v0.0.0-20231101095743-c0456b06ad1e
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/joho/godotenv v1.5.1
github.com/ungerik/go-fs v0.0.0-20231120113434-f4e3bcec9eeb
github.com/ungerik/go-httpx v0.0.0-20230622152103-7bb636597356
golang.org/x/crypto v0.15.0
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/domonda/go-encjson v0.0.0-20210830085227-1beee57a72d8 // indirect
github.com/domonda/go-pretty v0.0.0-20230810130018-8920f571470a // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/ungerik/go-reflection v0.0.0-20230810134712-a63435f6bc7e // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
)