From e28b5cba92e127314ea6a50286de54968cd810c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 19:30:04 +0000 Subject: [PATCH] Bump golang.org/x/net in /samples/Go Module/filenames Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190108225652-1e06a53dbb7e to 0.38.0. - [Commits](https://github.com/golang/net/commits/v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/Go Module/filenames/go.mod | 7 ------- 1 file changed, 7 deletions(-) diff --git a/samples/Go Module/filenames/go.mod b/samples/Go Module/filenames/go.mod index 21113b6289..f48731aaba 100644 --- a/samples/Go Module/filenames/go.mod +++ b/samples/Go Module/filenames/go.mod @@ -1,10 +1,3 @@ module golang.org/x/oauth2 go 1.11 - -require ( - cloud.google.com/go v0.34.0 - golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e - golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect - google.golang.org/appengine v1.4.0 -) \ No newline at end of file