From 33170c362a63b173ca03fb531af2d196fa8c4f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:54:43 +0000 Subject: [PATCH] build(deps): bump github.com/utxorpc/go-codegen from 0.6.0 to 0.7.0 Bumps [github.com/utxorpc/go-codegen](https://github.com/utxorpc/go-codegen) from 0.6.0 to 0.7.0. - [Commits](https://github.com/utxorpc/go-codegen/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/utxorpc/go-codegen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c968d97..97322fe 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/swaggo/files v1.0.1 github.com/swaggo/gin-swagger v1.6.0 github.com/swaggo/swag v1.16.3 - github.com/utxorpc/go-codegen v0.6.0 + github.com/utxorpc/go-codegen v0.7.0 go.uber.org/automaxprocs v1.5.3 go.uber.org/zap v1.27.0 golang.org/x/crypto v0.25.0 diff --git a/go.sum b/go.sum index 391c20d..4c98c8a 100644 --- a/go.sum +++ b/go.sum @@ -325,8 +325,8 @@ github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVM github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY= 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/utxorpc/go-codegen v0.6.0 h1:pQerOpy2W3k3DtaWfH+9U+eCfTHLx309NBNDYXSnRMw= -github.com/utxorpc/go-codegen v0.6.0/go.mod h1:+npvJc9wftIf8JMtWaRXxwjX0YlOCpNp1OlZVioNEO0= +github.com/utxorpc/go-codegen v0.7.0 h1:AlULPJuKJNvcgXAySiN6oj+jlvWdcFUeDn8cPkJMtus= +github.com/utxorpc/go-codegen v0.7.0/go.mod h1:+npvJc9wftIf8JMtWaRXxwjX0YlOCpNp1OlZVioNEO0= github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=