Skip to content

Commit 62fe1b8

Browse files
shihanngcweill
authored andcommitted
Run go mod tidy (#117)
1 parent 1c5384d commit 62fe1b8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

go.mod

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
module github.com/cweill/gotests
22

3-
require (
4-
github.com/cweill/gotests v1.5.3 // indirect
5-
golang.org/x/tools v0.0.0-20191109212701-97ad0ed33101
6-
)
3+
require golang.org/x/tools v0.0.0-20191109212701-97ad0ed33101
74

85
go 1.6

go.sum

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
github.com/cweill/gotests v1.5.3 h1:k3t4wW/x/YNixWZJhUIn+mivmK5iV1tJVOwVYkx0UcU=
2-
github.com/cweill/gotests v1.5.3/go.mod h1:XZYOJkGVkCRoymaIzmp9Wyi3rUgfA3oOnkuljYrjFV8=
3-
github.com/cweill/gotests v1.5.3 h1:ETjG/s5VVZw7+7rTkiQhLFZAJvkNl7m8yZB7n9tXL9Y=
4-
github.com/cweill/gotests v1.5.3/go.mod h1:dEpq7pEqfd31BjgAZvHSuWglKcYsFArtMndC+lLGBYs=
51
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
62
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
73
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)