From 63957ff22a8c642b62b9fdea721097b9844c1020 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 7 May 2023 11:57:38 -0700 Subject: [PATCH] remove unused dependencies --- deps.bzl | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/deps.bzl b/deps.bzl index fcad9a7..c5ccae0 100644 --- a/deps.bzl +++ b/deps.bzl @@ -221,8 +221,8 @@ def go_dependencies(): go_repository( name = "com_github_stretchr_objx", importpath = "github.com/stretchr/objx", - sum = "h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A=", - version = "v0.1.1", + sum = "h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=", + version = "v0.1.0", ) go_repository( name = "com_github_stretchr_testify", @@ -302,12 +302,6 @@ def go_dependencies(): sum = "h1:bkb2NMGo3/Du52wvYj9Whth5KZfMV6d3O0Vbr3nz/UE=", 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( name = "org_golang_x_crypto", importpath = "golang.org/x/crypto",