File: go.mod

package info (click to toggle)
golang-github-bep-tmc 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
module github.com/bep/tmc

go 1.12

require (
	github.com/bep/debounce v1.2.0
	github.com/frankban/quicktest v1.4.1
	github.com/google/go-cmp v0.3.0
	gopkg.in/yaml.v2 v2.2.2
)