Skip to content

Commit

Permalink
Merge pull request #70 from hairyhenderson/update-cli-dep
Browse files Browse the repository at this point in the history
Updating codegangsta/cli reference to urfave/cli
  • Loading branch information
hairyhenderson authored Sep 23, 2016
2 parents 2a71b00 + 5103a80 commit 7dd459c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"strings"
"text/template"

"github.com/codegangsta/cli"
"github.com/hairyhenderson/gomplate/aws"
"github.com/hairyhenderson/gomplate/version"
"github.com/urfave/cli"
)

func (g *Gomplate) createTemplate() *template.Template {
Expand Down

0 comments on commit 7dd459c

Please sign in to comment.