summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-10-01 09:49:30 -0400
committerGitHub <noreply@github.com>2022-10-01 08:49:30 -0500
commit726afe8a9e33128476e1dc85f262fe56f995d12c (patch)
treef1ebd08e53d5ed415c95156a12c533ddca0fcfc7 /go.mod
parentc333b4d499d29500e5577a3e6f02f8a328baab73 (diff)
downloadgitea-726afe8a9e33128476e1dc85f262fe56f995d12c.tar.gz
gitea-726afe8a9e33128476e1dc85f262fe56f995d12c.zip
Update Golang deps (#21304)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod74
1 files changed, 38 insertions, 36 deletions
diff --git a/go.mod b/go.mod
index cfee14e833..4501944a22 100644
--- a/go.mod
+++ b/go.mod
@@ -16,9 +16,9 @@ require (
github.com/NYTimes/gziphandler v1.1.1
github.com/PuerkitoBio/goquery v1.8.0
github.com/alecthomas/chroma/v2 v2.3.0
- github.com/blevesearch/bleve/v2 v2.3.2
+ github.com/blevesearch/bleve/v2 v2.3.4
github.com/buildkite/terminal-to-html/v3 v3.7.0
- github.com/caddyserver/certmagic v0.17.0
+ github.com/caddyserver/certmagic v0.17.2
github.com/chi-middleware/proxy v1.1.1
github.com/denisenkom/go-mssqldb v0.12.2
github.com/djherbis/buffer v1.2.0
@@ -31,8 +31,8 @@ require (
github.com/felixge/fgprof v0.9.3
github.com/fsnotify/fsnotify v1.5.4
github.com/gliderlabs/ssh v0.3.5
- github.com/go-ap/activitypub v0.0.0-20220706134811-0c84d76ce535
- github.com/go-ap/jsonld v0.0.0-20220615144122-1d862b15410d
+ github.com/go-ap/activitypub v0.0.0-20220917143152-e4e7018838c0
+ github.com/go-ap/jsonld v0.0.0-20220917142617-76bf51585778
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.1
github.com/go-enry/go-enry/v2 v2.8.2
@@ -42,35 +42,35 @@ require (
github.com/go-ldap/ldap/v3 v3.4.4
github.com/go-redis/redis/v8 v8.11.5
github.com/go-sql-driver/mysql v1.6.0
- github.com/go-swagger/go-swagger v0.30.0
+ github.com/go-swagger/go-swagger v0.30.3
github.com/go-testfixtures/testfixtures/v3 v3.8.1
github.com/gobwas/glob v0.2.3
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f
github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
github.com/golang-jwt/jwt/v4 v4.4.2
- github.com/google/go-github/v45 v45.0.0
+ github.com/google/go-github/v45 v45.2.0
github.com/google/pprof v0.0.0-20220829040838-70bd9ae97f40
github.com/google/uuid v1.3.0
github.com/gorilla/feeds v1.1.1
github.com/gorilla/sessions v1.2.1
- github.com/hashicorp/go-version v1.4.0
+ github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/golang-lru v0.5.4
github.com/huandu/xstrings v1.3.2
github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba
github.com/json-iterator/go v1.1.12
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4
- github.com/klauspost/compress v1.15.9
+ github.com/klauspost/compress v1.15.11
github.com/klauspost/cpuid/v2 v2.1.1
- github.com/lib/pq v1.10.6
+ github.com/lib/pq v1.10.7
github.com/markbates/goth v1.73.0
github.com/mattn/go-isatty v0.0.16
- github.com/mattn/go-sqlite3 v1.14.13
+ github.com/mattn/go-sqlite3 v1.14.15
github.com/mholt/archiver/v3 v3.5.1
github.com/microcosm-cc/bluemonday v1.0.20
- github.com/minio/minio-go/v7 v7.0.35
- github.com/msteinert/pam v1.0.0
+ github.com/minio/minio-go/v7 v7.0.39
+ github.com/msteinert/pam v1.1.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/niklasfasching/go-org v1.6.5
github.com/oliamb/cutter v0.2.2
@@ -79,25 +79,25 @@ require (
github.com/pquerna/otp v1.3.0
github.com/prometheus/client_golang v1.13.0
github.com/quasoft/websspi v1.1.2
- github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
+ github.com/santhosh-tekuri/jsonschema/v5 v5.0.1
github.com/sergi/go-diff v1.2.0
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
github.com/stretchr/testify v1.8.0
github.com/syndtr/goleveldb v1.0.0
github.com/tstranex/u2f v1.0.0
github.com/unrolled/render v1.5.0
- github.com/urfave/cli v1.22.9
+ github.com/urfave/cli v1.22.10
github.com/xanzy/go-gitlab v0.73.1
github.com/yohcop/openid-go v1.0.0
- github.com/yuin/goldmark v1.4.15
+ github.com/yuin/goldmark v1.5.2
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20220924101305-151362477c87
github.com/yuin/goldmark-meta v1.1.0
go.jolheiser.com/hcaptcha v0.0.4
go.jolheiser.com/pwn v0.0.3
- golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
+ golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be
golang.org/x/net v0.0.0-20220927171203-f486391704dc
- golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
- golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
+ golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
+ golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.12
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
@@ -117,9 +117,9 @@ require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
- github.com/Microsoft/go-winio v0.5.2 // indirect
- github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895 // indirect
- github.com/RoaringBitmap/roaring v0.9.4 // indirect
+ github.com/Microsoft/go-winio v0.6.0 // indirect
+ github.com/ProtonMail/go-crypto v0.0.0-20220930113650-c6815a8c17ad // indirect
+ github.com/RoaringBitmap/roaring v1.2.1 // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
@@ -128,21 +128,22 @@ require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
- github.com/bits-and-blooms/bitset v1.2.2 // indirect
- github.com/blevesearch/bleve_index_api v1.0.1 // indirect
+ github.com/bits-and-blooms/bitset v1.3.3 // indirect
+ github.com/blevesearch/bleve_index_api v1.0.3 // indirect
+ github.com/blevesearch/geo v0.1.14 // indirect
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
github.com/blevesearch/gtreap v0.1.1 // indirect
- github.com/blevesearch/mmap-go v1.0.3 // indirect
- github.com/blevesearch/scorch_segment_api/v2 v2.1.0 // indirect
+ github.com/blevesearch/mmap-go v1.0.4 // indirect
+ github.com/blevesearch/scorch_segment_api/v2 v2.1.2 // indirect
github.com/blevesearch/segment v0.9.0 // indirect
github.com/blevesearch/snowballstem v0.9.0 // indirect
github.com/blevesearch/upsidedown_store_api v1.0.1 // indirect
- github.com/blevesearch/vellum v1.0.7 // indirect
- github.com/blevesearch/zapx/v11 v11.3.3 // indirect
- github.com/blevesearch/zapx/v12 v12.3.3 // indirect
- github.com/blevesearch/zapx/v13 v13.3.3 // indirect
- github.com/blevesearch/zapx/v14 v14.3.3 // indirect
- github.com/blevesearch/zapx/v15 v15.3.3 // indirect
+ github.com/blevesearch/vellum v1.0.8 // indirect
+ github.com/blevesearch/zapx/v11 v11.3.5 // indirect
+ github.com/blevesearch/zapx/v12 v12.3.5 // indirect
+ github.com/blevesearch/zapx/v13 v13.3.5 // indirect
+ github.com/blevesearch/zapx/v14 v14.3.5 // indirect
+ github.com/blevesearch/zapx/v15 v15.3.5 // indirect
github.com/boombuler/barcode v1.0.1 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
@@ -167,7 +168,7 @@ require (
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
github.com/fullstorydev/grpcurl v1.8.1 // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
- github.com/go-ap/errors v0.0.0-20220618122732-319f41ac54e1 // indirect
+ github.com/go-ap/errors v0.0.0-20220917143055-4283ea5dae18 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
github.com/go-enry/go-oniguruma v1.2.1 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
@@ -186,6 +187,7 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
+ github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
@@ -219,7 +221,7 @@ require (
github.com/magiconair/properties v1.8.6 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/markbates/going v1.0.0 // indirect
- github.com/mattn/go-runewidth v0.0.13 // indirect
+ github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mholt/acmez v1.0.4 // indirect
github.com/miekg/dns v1.1.50 // indirect
@@ -237,12 +239,12 @@ require (
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
- github.com/pierrec/lz4/v4 v4.1.15 // indirect
+ github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
- github.com/rivo/uniseg v0.3.4 // indirect
+ github.com/rivo/uniseg v0.4.2 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/rs/xid v1.4.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -283,7 +285,7 @@ require (
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
- golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
+ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect
google.golang.org/grpc v1.47.0 // indirect