Skip to content
Snippets Groups Projects
Commit 47e306a4 authored by Juergen Enge's avatar Juergen Enge
Browse files

cli moved to minivault-cli

parent c3e076cb
No related branches found
Tags v2.0.9
No related merge requests found
Pipeline #161789 passed
File moved
File moved
File moved
File moved
......@@ -3,7 +3,7 @@ Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main
import "go.ub.unibas.ch/cloud/minivault/v2/cmd/cli/cmd"
import "go.ub.unibas.ch/cloud/minivault/v2/cmd/minivault-cli/cmd"
func main() {
cmd.Execute()
......
......@@ -13,6 +13,7 @@ require (
github.com/gin-gonic/gin v1.10.0
github.com/je4/trustutil/v2 v2.0.26
github.com/je4/utils/v2 v2.0.51
github.com/kr/pretty v0.3.1
github.com/spf13/cobra v1.8.1
github.com/swaggo/files v1.0.1
github.com/swaggo/gin-swagger v1.6.0
......@@ -31,7 +32,6 @@ require (
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment