From 384e45f01c8cd2f0cfdfaa9e0fc00f51f8218cb6 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 3 Oct 2018 10:35:18 +0000 Subject: [PATCH] Fix typo in docs/dev/dependencies.md The file extension is .toml not .yaml --- docs/dev/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/dependencies.md b/docs/dev/dependencies.md index 212cbcd37d..02878d6143 100644 --- a/docs/dev/dependencies.md +++ b/docs/dev/dependencies.md @@ -38,7 +38,7 @@ dep: To add a new dependency: -- Edit the `Gopkg.yaml` file to add your dependency. +- Edit the `Gopkg.toml` file to add your dependency. - Ensure you add a `version` field for the tag or the `revision` field for commit id you want to pin to. - Revendor the dependencies: