From 7ba804353c90e75c544e89f5faec7567384a037f Mon Sep 17 00:00:00 2001
From: Issac Trotts <issactrotts@google.com>
Date: Mon, 29 Aug 2016 17:55:44 -0700
Subject: [PATCH] Use naoina/toml instead of BurntSushi/toml

---
 caddyhttp/markdown/metadata/metadata_toml.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/caddyhttp/markdown/metadata/metadata_toml.go b/caddyhttp/markdown/metadata/metadata_toml.go
index ec7388a47..8f8800b2e 100644
--- a/caddyhttp/markdown/metadata/metadata_toml.go
+++ b/caddyhttp/markdown/metadata/metadata_toml.go
@@ -3,7 +3,7 @@ package metadata
 import (
 	"bytes"
 
-	"github.com/BurntSushi/toml"
+	"github.com/naoina/toml"
 )
 
 // TOMLParser is the Parser for TOML