diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -3,12 +3,15 @@ module go.neonxp.dev/djson go 1.19 require ( - github.com/vmihailenco/msgpack/v5 v5.3.5 - go.neonxp.dev/json v0.0.2 + 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/gohobby/deepcopy v1.0.1 - github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect + 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 // indirect + golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect ) |