Files
mostlymatter/vendor/github.com/tidwall/gjson/go.mod
Agniva De Sarker 76d492f9ab MM-37186: Update dependencies (#18604)
* MM-37186: Update dependencies

The split client libraries were excluded from being upgraded.

See: https://github.com/splitio/go-split-commons/issues/56

https://mattermost.atlassian.net/browse/MM-37186

```release-note
NONE
```

* Ignore staticcheck deprecation warnings

```release-note
NONE
```
2021-10-07 12:57:51 +05:30

9 строки
121 B
Modula-2

module github.com/tidwall/gjson
go 1.12
require (
github.com/tidwall/match v1.1.0
github.com/tidwall/pretty v1.2.0
)