We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc23dc commit 46859c7Copy full SHA for 46859c7
examples/canonicalization_test.go
@@ -3,7 +3,7 @@ package examples
3
import (
4
"testing"
5
6
- "github.com/leifj/signedxml"
+ "github.com/moov-io/signedxml"
7
8
. "github.com/smartystreets/goconvey/convey"
9
)
examples/examples_validate.go
@@ -5,7 +5,7 @@ import (
"io"
"os"
10
11
func ExampleValidate() {
tests/issue55_test.go
"path/filepath"
"github.com/stretchr/testify/require"
0 commit comments