module github.com/evanphx/json-patch/v5

go 1.18

require (
	github.com/jessevdk/go-flags v1.4.0
	github.com/pkg/errors v0.8.1
)
