summaryrefslogblamecommitdiff
path: root/go.mod
blob: 55a64d8e70de414db11d3fe2e65fd5a9ee0ea714 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                          
                                       
                                        


                                                



                                















                                                                                   


         




                                                         
 
module go.neonxp.dev/djson

go 1.19

require (
	github.com/go-chi/chi/v5 v5.0.8
	github.com/go-chi/httplog v0.2.5
	github.com/vmihailenco/msgpack/v5 v5.3.5
	go.neonxp.dev/json v0.1.1
	go.neonxp.dev/objectid v0.0.1
	golang.org/x/sync v0.1.0
)

require (
	github.com/cespare/xxhash v1.1.0 // indirect
	github.com/cespare/xxhash/v2 v2.2.0 // indirect
	github.com/dgraph-io/ristretto v0.1.1 // indirect
	github.com/dustin/go-humanize v1.0.0 // indirect
	github.com/gogo/protobuf v1.3.2 // indirect
	github.com/golang/glog v1.0.0 // indirect
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/golang/snappy v0.0.4 // indirect
	github.com/google/flatbuffers v22.11.23+incompatible // indirect
	github.com/klauspost/compress v1.15.13 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
	go.opencensus.io v0.24.0 // indirect
	golang.org/x/net v0.4.0 // indirect
	google.golang.org/protobuf v1.28.1 // indirect
)

require (
	github.com/dgraph-io/badger/v3 v3.2103.5
	github.com/mattn/go-colorable v0.1.13 // indirect
	github.com/mattn/go-isatty v0.0.16 // indirect
	github.com/rs/zerolog v1.28.0
	golang.org/x/sys v0.3.0 // indirect
)