doc: update dependencies used

This commit is contained in:
2023-10-26 00:37:55 +02:00
parent 32a389d464
commit f57c65fba2

View File

@@ -10,4 +10,5 @@ This project uses `make` to build. You can run `make` to build the application.
The goal should be to use to as least as possible external packages. The goal should be to use to as least as possible external packages.
- [urfave/cli](https://github.com/urfave/cli): cli building package - [cobra - Modern CLI applications](https://github.com/spf13/cobra)
- [viper - Go configurations](https://github.com/spf13/viper)