File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
4242 github.com/gobwas/glob v0.2.3
4343 github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28
4444 github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
45- github.com/gogs/go-gogs-client v0.0.0-20200905025246-8bb8a50cb355
45+ github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
4646 github.com/google/go-github/v32 v32.1.0
4747 github.com/google/uuid v1.2.0
4848 github.com/gorilla/context v1.1.1
@@ -125,5 +125,3 @@ require (
125125replace github.com/hashicorp/go-version => github.com/6543/go-version v1.2.4
126126
127127replace github.com/microcosm-cc/bluemonday => github.com/lunny/bluemonday v1.0.5-0.20201227154428-ca34796141e8
128-
129- replace github.com/gogs/go-gogs-client => github.com/6543-forks/go-gogs-client v0.0.0-20210116182316-f2f8bc0ea9cc
Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ gitea.com/lunny/levelqueue v0.3.0 h1:MHn1GuSZkxvVEDMyAPqlc7A3cOW+q8RcGhRgH/xtm6I
5252gitea.com/lunny/levelqueue v0.3.0 /go.mod h1:HBqmLbz56JWpfEGG0prskAV97ATNRoj5LDmPicD22hU =
5353gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a h1:lSA0F4e9A2NcQSqGqTOXqu2aRi/XEQxDCBwM8yJtE6s =
5454gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a /go.mod h1:EXuID2Zs0pAQhH8yz+DNjUbjppKQzKFAn28TMYPB6IU =
55- github.com/6543-forks/go-gogs-client v0.0.0-20210116182316-f2f8bc0ea9cc h1:FLylYVXDwK+YtrmXYnv2Q1Y5lQ9TU1Xp5F2vndIOTb4 =
56- github.com/6543-forks/go-gogs-client v0.0.0-20210116182316-f2f8bc0ea9cc /go.mod h1:1Jj2LLcHcL+RHIT1IOaEsnoawRw+sjZYoiAjFWKJN/o =
5755github.com/6543/go-version v1.2.4 h1:MPsSnqNrM0HwA9tnmWNnsMdQMg4/u4fflARjwomoof4 =
5856github.com/6543/go-version v1.2.4 /go.mod h1:oqFAHCwtLVUTLdhQmVZWYvaHXTdsbB4SY85at64SQEo =
5957github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c h1:/IBSNwUN8+eKzUzbJPqhK839ygXJ82sde8x3ogr6R28 =
@@ -485,6 +483,8 @@ github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28 h1:gBeyun7mySAKWg7Fb0
485483github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28 /go.mod h1:Pcatq5tYkCW2Q6yrR2VRHlbHpZ/R4/7qyL1TCF7vl14 =
486484github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14 h1:yXtpJr/LV6PFu4nTLgfjQdcMdzjbqqXMEnHfq0Or6p8 =
487485github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14 /go.mod h1:jPoNZLWDAqA5N3G5amEoiNbhVrmM+ZQEcnQvNQ2KaZk =
486+ github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85 h1:UjoPNDAQ5JPCjlxoJd6K8ALZqSDDhk2ymieAZOVaDg0 =
487+ github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85 /go.mod h1:fR6z1Ie6rtF7kl/vBYMfgD5/G5B1blui7z426/sj2DU =
488488github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY =
489489github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe /go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0 =
490490github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ github.com/gogs/chardet
390390# github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
391391## explicit
392392github.com/gogs/cron
393- # github.com/gogs/go-gogs-client v0.0.0-20200905025246-8bb8a50cb355 => github.com/6543-forks/go-gogs-client v0.0.0-20210116182316-f2f8bc0ea9cc
393+ # github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
394394## explicit
395395github.com/gogs/go-gogs-client
396396# github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe
@@ -1011,4 +1011,3 @@ xorm.io/xorm/schemas
10111011xorm.io/xorm/tags
10121012# github.com/hashicorp/go-version => github.com/6543/go-version v1.2.4
10131013# github.com/microcosm-cc/bluemonday => github.com/lunny/bluemonday v1.0.5-0.20201227154428-ca34796141e8
1014- # github.com/gogs/go-gogs-client => github.com/6543-forks/go-gogs-client v0.0.0-20210116182316-f2f8bc0ea9cc
You can’t perform that action at this time.
0 commit comments