blob: b6c1b97b231f2b0619e3b25aad63df9f45e036c7 (
plain) (
blame)
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 go.neonxp.dev/djson
go 1.19
require (
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/httplog v0.2.5
go.neonxp.dev/json v0.0.4
golang.org/x/sync v0.1.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/httprc v1.0.4 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/jwx/v2 v2.0.6 // indirect
github.com/lestrrat-go/option v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
)
require (
github.com/go-chi/jwtauth/v5 v5.1.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/rs/zerolog v1.27.0
github.com/urfave/cli/v2 v2.23.7
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)
|