3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-12 11:30:52 +01:00

9 lines
121 B
Modula-2
Raw Permalink Normal View History

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