Skip to content

Commit 108c671

Browse files
authored
Merge pull request #7 from Azure/thgamble/azureorg
update reference to azure org
2 parents a1d1f7b + c5d8df5 commit 108c671

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

go.mod

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
module github.com/samkreter/redact
1+
module github.com/azure/redact
22

3-
go 1.16
3+
go 1.19
44

55
require github.com/stretchr/testify v1.7.0
6+
7+
require (
8+
github.com/davecgh/go-spew v1.1.0 // indirect
9+
github.com/pmezard/go-difflib v1.0.0 // indirect
10+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
11+
)

redact_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"strings"
55
"testing"
66

7-
"github.com/samkreter/redact"
7+
"github.com/azure/redact"
88
"github.com/stretchr/testify/assert"
99
)
1010

vendor/gopkg.in/yaml.v3/go.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# github.com/davecgh/go-spew v1.1.0
2+
## explicit
23
github.com/davecgh/go-spew/spew
34
# github.com/pmezard/go-difflib v1.0.0
5+
## explicit
46
github.com/pmezard/go-difflib/difflib
57
# github.com/stretchr/testify v1.7.0
6-
## explicit
8+
## explicit; go 1.13
79
github.com/stretchr/testify/assert
810
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
11+
## explicit
912
gopkg.in/yaml.v3

0 commit comments

Comments
 (0)