Skip to content

Commit

Permalink
fix: upgrade fet to fix the string expression parsed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fefit committed Nov 17, 2021
1 parent 4f43e34 commit 3c35c2b
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.7"
app.Version = "0.1.8"
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.7
github.com/fefit/fet v0.1.8
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 @@ -21,6 +21,8 @@ github.com/fefit/fet v0.1.6 h1:l5s73gpBg0dYnY4LLPkFjbNCuLwE1cnn8PhdNnLF9Po=
github.com/fefit/fet v0.1.6/go.mod h1:S1Zx5E2QKXQMzYjeNEDfuUugC0F/WI2GmimGdyVRMUU=
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/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 3c35c2b

Please sign in to comment.