From 1a7aee84e9923e519eedaa1c0408722fa0491a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:24:38 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20191126235420-ef20fe5d7933 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191126235420-ef20fe5d7933 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/go.mod b/go.mod index aabb819..e47308c 100644 --- a/go.mod +++ b/go.mod @@ -1,42 +1,3 @@ module codesignal go 1.12 - -require ( - cloud.google.com/go v0.49.0 // indirect - cloud.google.com/go/bigquery v1.3.0 // indirect - cloud.google.com/go/pubsub v1.1.0 // indirect - cloud.google.com/go/storage v1.4.0 // indirect - dmitri.shuralyov.com/gpu/mtl v0.0.0-20191126053124-fec1b7b612ab // indirect - github.com/antihax/optional v1.0.0 // indirect - github.com/creack/pty v1.1.9 // indirect - github.com/envoyproxy/go-control-plane v0.9.1 // indirect - github.com/gogo/protobuf v1.3.1 // indirect - github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect - github.com/google/go-cmp v0.3.1 // indirect - github.com/google/pprof v0.0.0-20191105193234-27840fff0d09 // indirect - github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect - github.com/hashicorp/golang-lru v0.5.3 // indirect - github.com/jstemmer/go-junit-report v0.9.1 // indirect - github.com/kr/pty v1.1.8 // indirect - github.com/rogpeppe/go-internal v1.5.0 // indirect - github.com/stretchr/objx v0.2.0 // indirect - go.opencensus.io v0.22.2 // indirect - golang.org/x/crypto v0.0.0-20191128160524-b544559bb6d1 // indirect - golang.org/x/exp v0.0.0-20191129062945-2f5052295587 // indirect - golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect - golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect - golang.org/x/mobile v0.0.0-20191123054942-d9e324ca8c38 // indirect - golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect - golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect - golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect - golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect - golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect - golang.org/x/tools v0.0.0-20191127201027-ecd32218bd7f // indirect - golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect - google.golang.org/appengine v1.6.5 // indirect - google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect - google.golang.org/grpc v1.25.1 // indirect - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect - gopkg.in/yaml.v2 v2.2.7 // indirect -)