From 4f43e345bb54aa9f5a47b274c0b9b0472b7170c7 Mon Sep 17 00:00:00 2001 From: fefit Date: Fri, 5 Nov 2021 11:21:26 +0800 Subject: [PATCH] build: update the fet version --- fetc.go | 2 +- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fetc.go b/fetc.go index 26f331d..dcb6db4 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.6" + app.Version = "0.1.7" err = app.Run(os.Args) if err != nil { log.Fatal(err) diff --git a/go.mod b/go.mod index 3a61183..2b43234 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.6 + github.com/fefit/fet v0.1.7 github.com/fsnotify/fsnotify v1.4.9 github.com/urfave/cli/v2 v2.2.0 ) diff --git a/go.sum b/go.sum index c3681bc..7894586 100644 --- a/go.sum +++ b/go.sum @@ -19,6 +19,8 @@ github.com/fefit/dateutil v0.0.3 h1:ew0U2YeJIUJIpD0uHVDdbkEdC47pmKtyKjKhpR3FUk4= github.com/fefit/dateutil v0.0.3/go.mod h1:wIh6p89zkfpj4nvyyPx7U6AwQuRHJAAFAjgZ4aC5R3E= 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/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=