We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108c671 commit 70525eeCopy full SHA for 70525ee
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/azure/redact
+module github.com/Azure/redact
2
3
go 1.19
4
redact_test.go
@@ -4,7 +4,7 @@ import (
"strings"
5
"testing"
6
7
- "github.com/azure/redact"
+ "github.com/Azure/redact"
8
"github.com/stretchr/testify/assert"
9
)
10
0 commit comments