File: go.mod

package info (click to toggle)
golang-github-huandu-go-assert 1.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/huandu/go-assert

go 1.13

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/stretchr/testify v1.4.0
)