File: go.mod

package info (click to toggle)
golang-github-jmespath-go-jmespath 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, experimental, sid, trixie
  • size: 3,564 kB
  • sloc: makefile: 39; sh: 23
file content (10 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
module github.com/jmespath/go-jmespath/internal/testify

require (
	github.com/davecgh/go-spew v1.1.0
	github.com/pmezard/go-difflib v1.0.0
	github.com/stretchr/objx v0.1.0
	gopkg.in/yaml.v2 v2.2.8
)

go 1.13