-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (30 loc) · 1.21 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
module github.com/UNO-SOFT/wpsql
go 1.22.0
toolchain go1.23.1
require (
github.com/UNO-SOFT/zlog v0.8.3
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fxamacker/cbor/v2 v2.7.0
github.com/jackc/pgx/v5 v5.7.1
github.com/klauspost/compress v1.17.10
github.com/peterbourgon/ff/v3 v3.4.0
github.com/tgulacsi/go v0.27.6
github.com/timewasted/go-accept-headers v0.0.0-20130320203746-c78f304b1b09
gopkg.in/go-on/mannersagain.v1 v1.0.0-20141215130541-dea8fca0792d
)
require (
github.com/dgryski/go-linebreak v0.0.0-20180812204043-d8f37254e7d3 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
gopkg.in/go-on/goagain.v1 v1.0.0-20141216105804-57df1cf1051b // indirect
gopkg.in/go-on/manners.v1 v1.0.0-20140331143616-d86c2a5e749b // indirect
)