Skip to content

Commit de82127

Browse files
committed
Fix imports
1 parent 559db22 commit de82127

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cryptopro_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"os"
88
"testing"
99

10-
"github.com/l-vitaly/cryptopro"
11-
"github.com/l-vitaly/gounit"
10+
"github.com/devimteam/cryptopro"
11+
"github.com/devimteam/gounit"
1212
)
1313

1414
var certData = `

0 commit comments

Comments
 (0)