File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11Releases
22========
33
4+ v1.5.0 (2020-02-24)
5+ ===================
6+
7+ - Drop library dependency on development-time tooling.
8+
9+
410v1.4.0 (2019-11-04)
511===================
612
Original file line number Diff line number Diff line change 44
55require (
66 github.com/stretchr/testify v1.3.0
7- go.uber.org/atomic v1.5 .0
7+ go.uber.org/atomic v1.6 .0
88 go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee
99 golang.org/x/lint v0.0.0-20190930215403-16217165b5de
1010 golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5 // indirect
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
1515github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
1616github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q =
1717github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
18- go.uber.org/atomic v1.5 .0 h1:OI5t8sDa1Or+q8AeE+yKeB/SDYioSHAgcVljj9JIETY =
19- go.uber.org/atomic v1.5 .0 /go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ =
18+ go.uber.org/atomic v1.6 .0 h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk =
19+ go.uber.org/atomic v1.6 .0 /go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ =
2020go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4 =
2121go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee /go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA =
2222golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
File renamed without changes.
You can’t perform that action at this time.
0 commit comments