diff options
| -rwxr-xr-x | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ clean: fetch_stuff: @go get github.com/fatih/color @go get github.com/mattn/go-sqlite3 - @go get github.com/abiosoft/ishell + @go get -u github.com/abiosoft/ishell @go get github.com/BurntSushi/toml @go get github.com/atrox/homedir @go get github.com/pborman/getopt/v2 |
