clean up UUID (#1028)

diff --git a/gazelle/deps.bzl b/gazelle/deps.bzl
index 9ecb0c3..3579443 100644
--- a/gazelle/deps.bzl
+++ b/gazelle/deps.bzl
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"This file managed by `bazel run //:update_go_deps`"
+"This file managed by `bazel run //:gazelle_update_repos`"
 
 load("@bazel_gazelle//:deps.bzl", _go_repository = "go_repository")
 
@@ -150,12 +150,6 @@
         version = "v0.5.9",
     )
     go_repository(
-        name = "com_github_google_uuid",
-        importpath = "github.com/google/uuid",
-        sum = "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=",
-        version = "v1.3.0",
-    )
-    go_repository(
         name = "com_github_pelletier_go_toml",
         importpath = "github.com/pelletier/go-toml",
         sum = "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=",