From fc75378463013eae2064e1e470dd74da54c5a7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:13:36 +0000 Subject: [PATCH] deps(deps): bump github.com/klauspost/compress in /implementations/go Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.4 to 1.18.1. - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.4...v1.18.1) --- updated-dependencies: - dependency-name: github.com/klauspost/compress dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- implementations/go/go.mod | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/implementations/go/go.mod b/implementations/go/go.mod index 115fd49..dbc89a9 100644 --- a/implementations/go/go.mod +++ b/implementations/go/go.mod @@ -1,8 +1,3 @@ module github.com/umitkavala/zeroc/implementations/go -go 1.22 - -require ( - github.com/klauspost/compress v1.17.4 - google.golang.org/protobuf v1.31.0 -) +go 1.23