File: go.mod

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

go 1.11

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/stretchr/testify v1.7.1
	gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99 // indirect
)