diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-10-06 22:35:05 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-10-06 22:35:08 -0700 |
| commit | f8d4b7d1c01eecb54edc4169d6b8a0d3c39a730c (patch) | |
| tree | e463982066e42bdabeae7cff5e0569c0874b4c39 /go.mod | |
| parent | e26670c67ad27301dcfd597c94f5fce9b5cd6331 (diff) | |
| download | seaweedfs-f8d4b7d1c01eecb54edc4169d6b8a0d3c39a730c.tar.xz seaweedfs-f8d4b7d1c01eecb54edc4169d6b8a0d3c39a730c.zip | |
support basic json filtering and selection
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ require ( github.com/stretchr/testify v1.4.0 // indirect github.com/syndtr/goleveldb v1.0.0 github.com/tidwall/gjson v1.3.2 + github.com/tidwall/match v1.0.1 github.com/uber-go/atomic v1.4.0 // indirect github.com/uber/jaeger-client-go v2.17.0+incompatible // indirect github.com/uber/jaeger-lib v2.0.0+incompatible // indirect |
