Note: We keep splitio/go-client untouched because the dependency is broken. See https://github.com/mattermost/mattermost-server/pull/18604 ```release-note NONE ```
9 строки
121 B
Modula-2
9 строки
121 B
Modula-2
module github.com/tidwall/gjson
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/tidwall/match v1.1.1
|
|
github.com/tidwall/pretty v1.2.0
|
|
)
|