From 6890b8ea2e24aabe8fabfc7b2576cb4e429735b0 Mon Sep 17 00:00:00 2001 From: surdeus Date: Thu, 4 Jan 2024 17:07:11 +0300 Subject: [PATCH] ... --- cmd/test/main.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/test/main.go b/cmd/test/main.go index f344a40..b2195e0 100644 --- a/cmd/test/main.go +++ b/cmd/test/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/di4f/cli/mtool" + "github.com/vultras/cli/mtool" "strconv" "fmt" "os" diff --git a/go.mod b/go.mod index d03c918..535d5cb 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/di4f/cli +module github.com/vultras/cli go 1.18