module github.com/PaesslerAG/gval

go 1.15

require (
	github.com/PaesslerAG/jsonpath v0.1.0
	github.com/shopspring/decimal v1.3.1
)
