This repository has been archived on 2022-05-06. You can view files and clone it, but cannot push or open issues/pull-requests.
chromajson/go.mod

16 lines
398 B
Modula-2

module go.jolheiser.com/chromajson
go 1.18
require (
github.com/alecthomas/chroma/v2 v2.0.0-alpha4
github.com/matryer/is v1.4.0
github.com/xeipuuv/gojsonschema v1.2.0
)
require (
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
)