File: go.mod

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

go 1.13

require (
	github.com/onsi/ginkgo v1.13.0
	github.com/onsi/gomega v1.10.1
)