Skip to content

Commit

Permalink
Upgrade to Jet v5
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 26, 2020
1 parent 0012ab5 commit c5d3c2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See [example](https://github.com/clevergo/examples/tree/master/jetrenderer).
package main

import (
"github.com/CloudyKit/jet/v4"
"github.com/CloudyKit/jet/v5"
"github.com/clevergo/jetpackr"
"github.com/gobuffalo/packr/v2"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module clevergo.tech/jetpackr
go 1.13

require (
github.com/CloudyKit/jet/v4 v4.0.0
github.com/CloudyKit/jet/v5 v5.0.2
github.com/gobuffalo/packr/v2 v2.8.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 h1:sR+/8Yb4slttB4vD+b9btVEnWgL3Q00OBTzVT8B9C0c=
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53/go.mod h1:+3IMCy2vIlbG1XG/0ggNQv0SvxCAIpPM5b1nCz56Xno=
github.com/CloudyKit/jet/v4 v4.0.0 h1:DbmxHOMAeEMJqxmKWGcfc+d13iGhlNnuyPGj5fTf96I=
github.com/CloudyKit/jet/v4 v4.0.0/go.mod h1:DhUsGNEpjPmBD0zmGNP8DaSV1dGO8g9U4adIK8BCWmw=
github.com/CloudyKit/jet/v5 v5.0.2 h1:BRmCtzF/jn8JlZk+c93WcO2bzaJJVjjAhGmsa/6JBoE=
github.com/CloudyKit/jet/v5 v5.0.2/go.mod h1:dmmuzWBdd8bDyJYGZVFdhD21ptN+mjyigFubrffTGTw=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
Expand Down
2 changes: 1 addition & 1 deletion loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package jetpackr
import (
"io"

"github.com/CloudyKit/jet/v4"
"github.com/CloudyKit/jet/v5"
"github.com/gobuffalo/packr/v2"
)

Expand Down

0 comments on commit c5d3c2c

Please sign in to comment.