File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed
Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1- module github.com/samkreter /redact
1+ module github.com/azure /redact
22
3- go 1.16
3+ go 1.19
44
55require 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+ )
Original file line number Diff line number Diff line change 44 "strings"
55 "testing"
66
7- "github.com/samkreter /redact"
7+ "github.com/azure /redact"
88 "github.com/stretchr/testify/assert"
99)
1010
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# github.com/davecgh/go-spew v1.1.0
2+ ## explicit
23github.com/davecgh/go-spew/spew
34# github.com/pmezard/go-difflib v1.0.0
5+ ## explicit
46github.com/pmezard/go-difflib/difflib
57# github.com/stretchr/testify v1.7.0
6- ## explicit
8+ ## explicit; go 1.13
79github.com/stretchr/testify/assert
810# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
11+ ## explicit
912gopkg.in/yaml.v3
You can’t perform that action at this time.
0 commit comments