Skip to content

Commit

Permalink
feat(deps): bump github.com/ugorji/go/codec from 1.2.11 to 1.2.12 (#147)
Browse files Browse the repository at this point in the history
* feat(deps): bump github.com/ugorji/go/codec from 1.2.11 to 1.2.12

Bumps [github.com/ugorji/go/codec](https://github.com/ugorji/go) from 1.2.11 to 1.2.12.
- [Release notes](https://github.com/ugorji/go/releases)
- [Commits](ugorji/go@v1.2.11...v1.2.12)

---
updated-dependencies:
- dependency-name: github.com/ugorji/go/codec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Regenerate the code and fix a fragile test.

* Add the generated file to the list in dep5.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: schmidtw <Weston_Schmidt@alumni.purdue.edu>
  • Loading branch information
dependabot[bot] and schmidtw authored Jan 12, 2024
1 parent e369c8b commit be04209
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 108 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Files: format_string.go
Copyright: SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC
License: Apache-2.0

Files: messages_codec.go
Copyright: SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC
License: Apache-2.0

Files: messagetype_string.go
Copyright: SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC
License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-kit/log v0.2.1
github.com/google/uuid v1.5.0
github.com/stretchr/testify v1.8.4
github.com/ugorji/go/codec v1.2.11
github.com/ugorji/go/codec v1.2.12
github.com/xmidt-org/httpaux v0.4.0
github.com/xmidt-org/webpa-common v1.11.9
go.uber.org/multierr v1.11.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqri
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=
github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=
github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/vmware/govmomi v0.18.0/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59bHWk6aFU=
Expand Down
Loading

0 comments on commit be04209

Please sign in to comment.