diff --git a/fetc.go b/fetc.go index e3006c9..3100e27 100644 --- a/fetc.go +++ b/fetc.go @@ -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) diff --git a/go.mod b/go.mod index 5c2d2ac..640b959 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index bd102c8..22d81de 100644 --- a/go.sum +++ b/go.sum @@ -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=