Migrate to Go modules

This commit is contained in:
Suhas Karanth
2020-08-16 10:43:25 +05:30
committed by Suhas Karanth
parent af008c214b
commit 1163963381
25 changed files with 95 additions and 16 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/matryer/moq
go 1.14
require (
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.0.0-20200815165600-90abf76919f3
)