Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 3d85cff

Browse files
committed
update shell pkg URL
1 parent d7e2870 commit 3d85cff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ go 1.13
55
require (
66
github.com/briandowns/spinner v1.16.0
77
github.com/scmn-dev/secman v0.0.0-20210507183205-8a23a96e5322
8-
github.com/scmn-dev/shell v0.3.15
8+
github.com/abdfnx/shell v0.3.15
99
)

v_checker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"log"
66
"time"
77
"runtime"
8-
"github.com/scmn-dev/shell"
8+
"github.com/abdfnx/shell"
99
"github.com/briandowns/spinner"
1010
commands "github.com/scmn-dev/secman/tools/constants"
1111
)

0 commit comments

Comments
 (0)