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 1
1
Releases
2
2
========
3
3
4
+ v1.5.0 (2020-02-24)
5
+ ===================
6
+
7
+ - Drop library dependency on development-time tooling.
8
+
9
+
4
10
v1.4.0 (2019-11-04)
5
11
===================
6
12
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/stretchr/testify v1.3.0
7
- go.uber.org/atomic v1.5 .0
7
+ go.uber.org/atomic v1.6 .0
8
8
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee
9
9
golang.org/x/lint v0.0.0-20190930215403-16217165b5de
10
10
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
15
15
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
16
16
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q =
17
17
github.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 =
20
20
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4 =
21
21
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee /go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA =
22
22
golang.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