Skip to content

Commit

Permalink
fix: upgrade to fet v0.1.9,fix expressions parse not correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
fefit committed Nov 18, 2021
1 parent 3c35c2b commit 5a1eccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fetc.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {
fmt.Println("welcome to use 'fet' template engine, use 'fetc -h' for helps.")
return nil
}
app.Version = "0.1.8"
app.Version = "0.1.9"
err = app.Run(os.Args)
if err != nil {
log.Fatal(err)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/AlecAivazis/survey/v2 v2.0.7
github.com/fatih/color v1.13.0
github.com/fefit/fet v0.1.8
github.com/fefit/fet v0.1.9
github.com/fsnotify/fsnotify v1.4.9
github.com/urfave/cli/v2 v2.2.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ github.com/fefit/fet v0.1.7 h1:baOcgvh+Kyxag820ohBi62cPNv/YgwDaQaW8kJbB+Vw=
github.com/fefit/fet v0.1.7/go.mod h1:S1Zx5E2QKXQMzYjeNEDfuUugC0F/WI2GmimGdyVRMUU=
github.com/fefit/fet v0.1.8 h1:YAebQuqTC3TRc7bo4vElgbga5QR/hnb/1JDozbo50mw=
github.com/fefit/fet v0.1.8/go.mod h1:S1Zx5E2QKXQMzYjeNEDfuUugC0F/WI2GmimGdyVRMUU=
github.com/fefit/fet v0.1.9 h1:FByLzc7jJXC0Z8Y71I1+q9NyE8lOdrt5Moo7Hcf1aYE=
github.com/fefit/fet v0.1.9/go.mod h1:S1Zx5E2QKXQMzYjeNEDfuUugC0F/WI2GmimGdyVRMUU=
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/hinshun/vt10x v0.0.0-20180616224451-1954e6464174/go.mod h1:DqJ97dSdRW1W22yXSB90986pcOyQ7r45iio1KN2ez1A=
Expand Down

0 comments on commit 5a1eccd

Please sign in to comment.