-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 837 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 837 Bytes
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
module github.com/sted/smoothdb
go 1.26.5
require (
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/itchyny/gojq v0.12.19
github.com/jackc/pgx/v5 v5.10.0
github.com/rs/cors v1.11.1
github.com/rs/zerolog v1.35.1
github.com/samber/lo v1.53.0
github.com/sted/heligo v0.3.0
github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/itchyny/timefmt-go v0.1.8 // 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/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.39.0 // indirect
)