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

Commit bfbbc71

Browse files
committed
fix go.mod
1 parent d3613e2 commit bfbbc71

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
module github.com/secman-team/shell
1+
module github.com/secman-team/v_checker
22

33
go 1.13
44

5-
require github.com/briandowns/spinner v1.12.0
5+
require (
6+
github.com/briandowns/spinner v1.12.0
7+
github.com/secman-team/shell v0.3.1
8+
)

0 commit comments

Comments
 (0)