deps: update dependencies and supported go version
This commit is contained in:
parent
9597007953
commit
e5ef2f0b88
4 changed files with 71 additions and 110 deletions
|
|
@ -1,12 +1,13 @@
|
|||
package cmd
|
||||
|
||||
import (
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/tui"
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"codeberg.org/Pata1704/system_setup_tool/internal/tui"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue