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

Commit d7e2870

Browse files
committed
change secman url in pkg.go.dev
1 parent cfa5b42 commit d7e2870

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
module github.com/secman-team/version-checker
1+
module github.com/scmn-dev/version-checker
22

33
go 1.13
44

55
require (
66
github.com/briandowns/spinner v1.16.0
7-
github.com/secman-team/secman v0.0.0-20210507183205-8a23a96e5322
8-
github.com/secman-team/shell v0.3.14
7+
github.com/scmn-dev/secman v0.0.0-20210507183205-8a23a96e5322
8+
github.com/scmn-dev/shell v0.3.15
99
)

v_checker.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import (
55
"log"
66
"time"
77
"runtime"
8-
"github.com/secman-team/shell"
8+
"github.com/scmn-dev/shell"
99
"github.com/briandowns/spinner"
10-
commands "github.com/secman-team/secman/tools/constants"
10+
commands "github.com/scmn-dev/secman/tools/constants"
1111
)
1212

1313
func Checker() {

0 commit comments

Comments
 (0)