Skip to content

Commit

Permalink
Merge pull request #1139 from c445/fix-burntsushi-import
Browse files Browse the repository at this point in the history
fixed burntsushi/toml import path
  • Loading branch information
eikenb authored Jul 18, 2019
2 parents ed1bb17 + 7b0eeed commit 1c8e268
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[[constraint]]
name = "github.com/burntsushi/toml"
name = "github.com/BurntSushi/toml"
version = "0.3.0"

[[constraint]]
Expand Down
2 changes: 1 addition & 1 deletion template/funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"text/template"
"time"

"github.com/burntsushi/toml"
"github.com/BurntSushi/toml"
dep "github.com/hashicorp/consul-template/dependency"
"github.com/pkg/errors"
yaml "gopkg.in/yaml.v2"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1c8e268

Please sign in to comment.