File: go.mod

package info (click to toggle)
golang-github-efficientgo-core 1.0.0~rc3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 580 kB
  • sloc: makefile: 68
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/efficientgo/core

go 1.17

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/google/go-cmp v0.5.9
)