diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-04-02 23:02:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 11:02:27 +0800 |
commit | 70d84f9b733bc337c6e7c4da0bc07c5803773869 (patch) | |
tree | e0eacc862ae659314300ac85946d57222b1764a0 /go.mod | |
parent | 42e62facf7106eca846a4ba7ae9a4dd6380163ab (diff) | |
download | gitea-70d84f9b733bc337c6e7c4da0bc07c5803773869.tar.gz gitea-70d84f9b733bc337c6e7c4da0bc07c5803773869.zip |
update golang libraries (#15258)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -86,7 +86,7 @@ require ( github.com/mgechev/revive v1.0.3 github.com/mholt/acmez v0.1.3 // indirect github.com/mholt/archiver/v3 v3.5.0 - github.com/microcosm-cc/bluemonday v1.0.4 + github.com/microcosm-cc/bluemonday v1.0.5 github.com/miekg/dns v1.1.40 // indirect github.com/minio/md5-simd v1.1.2 // indirect github.com/minio/minio-go/v7 v7.0.10 @@ -136,9 +136,9 @@ require ( go.uber.org/multierr v1.6.0 // indirect go.uber.org/zap v1.16.0 // indirect golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 - golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 + golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93 - golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 + golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 golang.org/x/text v0.3.5 golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect golang.org/x/tools v0.1.0 |