File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## v1.1.2 / 2022-03-10
4
+ - downgrade ugorji, see: https://github.com/ugorji/go/issues/369
5
+
3
6
## v1.1.1 / 2022-03-09
4
7
- update ugorji/go/codec version
5
8
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module github.com/proemergotech/uuid
2
2
3
3
go 1.17
4
4
5
- require (
6
- github.com/gofrs/uuid v3.0.0+incompatible
7
- github.com/ugorji/go/codec v1.2.7
8
- )
5
+ require github.com/gofrs/uuid v3.0.0+incompatible
6
+
7
+ require github.com/ugorji/go v1.1.1
Original file line number Diff line number Diff line change 1
1
github.com/gofrs/uuid v3.0.0+incompatible h1:sJLIdkd8DIecyzMGF35Su8jzQtdaa/8H+PuK72x64hY =
2
2
github.com/gofrs/uuid v3.0.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
3
- github.com/ugorji/go v1.2.7 h1:qYhyWUUd6WbiM+C6JZAUkIJt/1WrjzNHY9+KCIjVqTo =
4
- github.com/ugorji/go v1.2.7 /go.mod h1:nF9osbDWLy6bDVv/Rtoh6QgnvNDpmCalQV5urGCCS6M =
5
- github.com/ugorji/go/codec v1.2.7 h1:YPXUKf7fYbp/y8xloBqZOw2qaVggbfwMlI8WM3wZUJ0 =
6
- github.com/ugorji/go/codec v1.2.7 /go.mod h1:WGN1fab3R1fzQlVQTkfxVtIBhWDRqOviHU95kRgeqEY =
3
+ github.com/ugorji/go v1.1.1 h1:gmervu+jDMvXTbcHQ0pd2wee85nEoE0BsVyEuzkfK8w =
4
+ github.com/ugorji/go v1.1.1 /go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ =
You can’t perform that action at this time.
0 commit comments