Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Bump golang.org/x/net from 0.0.0-20200324143707-d3edc9973b7e to 0.7.0 in /cwf/gateway #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cwf/gateway/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ require (
github.com/shirou/gopsutil v2.20.3+incompatible
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/net v0.7.0
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.27.1
magma/cwf/cloud/go v0.0.0-00010101000000-000000000000
Expand Down
Loading