Skip to content

Commit 6766b48

Browse files
authored
chore(version): upgrade version to to v3 (#11)
Signed-off-by: Kevin Cui <[email protected]>
1 parent ec8875b commit 6766b48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
"path/filepath"
99
"syscall"
1010

11-
"github.com/oomol-lab/ovm-ssh-agent/pkg/identity"
12-
"github.com/oomol-lab/ovm-ssh-agent/pkg/sshagent"
13-
"github.com/oomol-lab/ovm-ssh-agent/pkg/system"
11+
"github.com/oomol-lab/ovm-ssh-agent/v3/pkg/identity"
12+
"github.com/oomol-lab/ovm-ssh-agent/v3/pkg/sshagent"
13+
"github.com/oomol-lab/ovm-ssh-agent/v3/pkg/system"
1414
)
1515

1616
func main() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/oomol-lab/ovm-ssh-agent
1+
module github.com/oomol-lab/ovm-ssh-agent/v3
22

33
go 1.24.0
44

0 commit comments

Comments
 (0)