Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Bump golang.org/x/net from 0.0.0-20191126235420-ef20fe5d7933 to 0.7.0 #13

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
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ go 1.13

require (
github.com/abbot/go-http-auth v0.4.0
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/codeskyblue/realip v0.1.0
github.com/go-acme/lego v2.7.2+incompatible
github.com/go-acme/lego/v3 v3.2.0
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mholt/certmagic v0.8.3
github.com/orange-cloudfoundry/ipfiltering v0.0.0-20170823192147-f48f1b767f82
github.com/sirupsen/logrus v1.4.2
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933
gopkg.in/go-acme/lego.v2 v2.7.2
golang.org/x/net v0.7.0
gopkg.in/urfave/cli.v1 v1.20.0
)

Expand Down
Loading