-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (29 loc) · 1.19 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
module github.com/romshark/jscan-experimental-decoder
go 1.21.6
// Use branch "tokenizer" which isn't merged yet.
replace github.com/romshark/jscan/v2 => github.com/romshark/jscan/v2 v2.0.0-20240202182356-7609d33f4408
require (
github.com/go-json-experiment/json v0.0.0-20231102232822-2e55bd4e08b0
github.com/goccy/go-json v0.10.2
github.com/json-iterator/go v1.1.12
github.com/mailru/easyjson v0.7.7
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/romshark/jscan/v2 v2.0.2
github.com/segmentio/encoding v0.4.0
github.com/stretchr/testify v1.8.4
github.com/tidwall/gjson v1.17.0
github.com/valyala/fastjson v1.6.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)