File: go.mod

package info (click to toggle)
bingo 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,884 kB
  • sloc: sh: 258; makefile: 117
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
6
7
8
module testproject

go 1.19

require (
	github.com/efficientgo/core v1.0.0-rc.0
	github.com/oklog/run v1.1.0
)