all: add go.mod

Commands run:
	go mod init
	go mod edit -go=1.11
	go mod tidy
	go list -m all
	go test ./...

Updates golang/go#30228

Change-Id: I86819ac0a2704468903e34ca49308ce65149791b
Reviewed-on: https://go-review.googlesource.com/c/term/+/167160
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Bryan C. Mills
2019-03-12 13:00:25 -04:00
parent 05bb8bb4be
commit 4b5627afda

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module golang.org/x/term
go 1.11