mirror of
https://github.com/fluffle/goirc
synced 2025-09-06 00:43:20 +00:00
Bump golang.org/x/net from 0.0.0-20210119194325-5f4716e94777 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210119194325-5f4716e94777 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: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ceced391f3
commit
d655f8950c
2 changed files with 26 additions and 3 deletions
4
go.mod
4
go.mod
|
@ -2,8 +2,10 @@ module github.com/fluffle/goirc
|
|||
|
||||
require (
|
||||
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
|
||||
github.com/fluffle/golog/logging v0.0.0-20180928190033-7d99e85061cb
|
||||
github.com/golang/glog v1.0.0
|
||||
github.com/golang/mock v1.5.0
|
||||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
||||
golang.org/x/net v0.7.0
|
||||
)
|
||||
|
||||
go 1.13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue