From 6317ec6066f452e0412a5b1724f4d6fca5f3f80e Mon Sep 17 00:00:00 2001 From: Sameer Vohra Date: Wed, 31 Mar 2021 01:23:21 -0500 Subject: [PATCH] Update DEVELOPMENT.md (#2069) Remove stale ref to dep as repo uses modules. --- DEVELOPMENT.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f1165f85b..88ebf82b4 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -24,7 +24,6 @@ You must install these tools: 1. [`go`](https://golang.org/doc/install): The language Knative `pkg` is built in 1. [`git`](https://help.github.com/articles/set-up-git/): For source control -1. [`dep`](https://github.com/golang/dep): For managing external dependencies. ### Environment setup