File: go.mod

package info (click to toggle)
golang-github-evanphx-json-patch 5.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
7
8
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
)