-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 loc) · 1.1 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
module github.com/domonda/go-jobqueue
go 1.24
require (
github.com/DAtek/env v0.2.0
github.com/domonda/go-errs v0.0.0-20240702051036-0e696c849b5f
github.com/domonda/go-sqldb v0.0.0-20250312140307-836afd7c42ad
github.com/domonda/go-sqldb/pqconn v0.0.0-20250312140307-836afd7c42ad
github.com/domonda/go-types v0.0.0-20250324121938-1e69bc535cf0
github.com/domonda/golog v0.0.0-20250317165402-34ec3f9f31ad
github.com/stretchr/testify v1.10.0
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/domonda/go-encjson v0.0.0-20210830085227-1beee57a72d8 // indirect
github.com/domonda/go-pretty v0.0.0-20240110134850-17385799142f // indirect
github.com/iancoleman/strcase v0.3.0 // 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/muesli/termenv v0.16.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)