* MM-33945: Update dependencies Ran `make update-dependencies` https://mattermost.atlassian.net/browse/MM-33945 ```release-notes NONE ``` * fix test
9 строки
121 B
Modula-2
9 строки
121 B
Modula-2
module github.com/tidwall/gjson
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/tidwall/match v1.0.3
|
|
github.com/tidwall/pretty v1.1.0
|
|
)
|