remove unused dependencies
This commit is contained in:
parent
83d42dc489
commit
63957ff22a
10
deps.bzl
10
deps.bzl
|
@ -221,8 +221,8 @@ def go_dependencies():
|
||||||
go_repository(
|
go_repository(
|
||||||
name = "com_github_stretchr_objx",
|
name = "com_github_stretchr_objx",
|
||||||
importpath = "github.com/stretchr/objx",
|
importpath = "github.com/stretchr/objx",
|
||||||
sum = "h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A=",
|
sum = "h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=",
|
||||||
version = "v0.1.1",
|
version = "v0.1.0",
|
||||||
)
|
)
|
||||||
go_repository(
|
go_repository(
|
||||||
name = "com_github_stretchr_testify",
|
name = "com_github_stretchr_testify",
|
||||||
|
@ -302,12 +302,6 @@ def go_dependencies():
|
||||||
sum = "h1:bkb2NMGo3/Du52wvYj9Whth5KZfMV6d3O0Vbr3nz/UE=",
|
sum = "h1:bkb2NMGo3/Du52wvYj9Whth5KZfMV6d3O0Vbr3nz/UE=",
|
||||||
version = "v0.0.0-20150115234039-8488cc47d90c",
|
version = "v0.0.0-20150115234039-8488cc47d90c",
|
||||||
)
|
)
|
||||||
go_repository(
|
|
||||||
name = "org_golang_google_appengine",
|
|
||||||
importpath = "google.golang.org/appengine",
|
|
||||||
sum = "h1:lMO5rYAqUxkmaj76jAkRUvt5JZgFymx/+Q5Mzfivuhc=",
|
|
||||||
version = "v1.6.6",
|
|
||||||
)
|
|
||||||
go_repository(
|
go_repository(
|
||||||
name = "org_golang_x_crypto",
|
name = "org_golang_x_crypto",
|
||||||
importpath = "golang.org/x/crypto",
|
importpath = "golang.org/x/crypto",
|
||||||
|
|
Loading…
Reference in New Issue