From 9946253affaabe71dcac4594f28701bb98d353ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:42:10 +0000 Subject: [PATCH] Bump golang.org/x/net in the go_modules group across 1 directory Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.0.0-20180218175443-cbe0f9307d01 to 0.23.0 - [Commits](https://github.com/golang/net/commits/v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- go.mod | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 50ac5b9..23822fc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,9 @@ -module "github.com/iguazio/go-capnproto2" +module github.com/iguazio/go-capnproto2 require ( - "github.com/kylelemons/godebug" v0.0.0-20170820004349-d65d576e9348 - "golang.org/x/net" v0.0.0-20180218175443-cbe0f9307d01 + github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 + github.com/tinylib/msgp v1.2.0 + golang.org/x/net v0.23.0 ) + +require github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect