10 lines
176 B
Modula-2
10 lines
176 B
Modula-2
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
|
|
)
|