Skip to content

Commit 302d606

Browse files
committed
Update to use text/template and not alexthomas
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
1 parent faf0359 commit 302d606

3 files changed

Lines changed: 3 additions & 15 deletions

File tree

Gopkg.lock

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
branch = "master"
3838
name = "github.com/GeertJohan/go.rice"
3939

40-
[[constraint]]
41-
branch = "master"
42-
name = "github.com/alecthomas/template"
43-
4440
[[constraint]]
4541
name = "github.com/asaskevich/govalidator"
4642
version = "9.0.0"

event/make_event_files.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import (
77
"path/filepath"
88
"strings"
99

10+
"text/template"
11+
1012
rice "github.com/GeertJohan/go.rice"
11-
"github.com/alecthomas/template"
1213
"github.com/devopsdays/devopsdays-cli/helpers/paths"
1314
)
1415

0 commit comments

Comments
 (0)