Skip to content

Commit 4850110

Browse files
committed
chore(version): upgrade version to to v3
Signed-off-by: Kevin Cui <[email protected]>
1 parent ec8875b commit 4850110

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/main.go

+3-3
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

+1-1
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)