aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-07-14 21:16:24 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-07-14 21:16:24 +0200
commit2b5ce3d2a8ef5685a8fe12a2ab4975ad8fe7a6e2 (patch)
tree02d7ea1f3f412c6116b10133d3dcf3549d08c18e /go.mod
parent6d051a243c734489993c6733c1b21895d59e5e34 (diff)
downloadgit-bug-2b5ce3d2a8ef5685a8fe12a2ab4975ad8fe7a6e2.tar.gz
chore: update dependencies to the current latest versions
References: https://github.com/go-git/go-git/issues/489
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod33
1 files changed, 17 insertions, 16 deletions
diff --git a/go.mod b/go.mod
index 0f8fb64e..662be0d4 100644
--- a/go.mod
+++ b/go.mod
@@ -9,15 +9,15 @@ require (
github.com/99designs/gqlgen v0.17.36
github.com/99designs/keyring v1.2.2
github.com/MichaelMure/go-term-text v0.3.1
- github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95
+ github.com/ProtonMail/go-crypto v1.0.0
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
github.com/awesome-gocui/gocui v1.1.0
github.com/blevesearch/bleve v1.0.14
github.com/cheekybits/genny v1.0.0
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.15.0
- github.com/go-git/go-billy/v5 v5.4.1
- github.com/go-git/go-git/v5 v5.8.1
+ github.com/go-git/go-billy/v5 v5.5.0
+ github.com/go-git/go-git/v5 v5.12.0
github.com/gorilla/mux v1.8.0
github.com/hashicorp/golang-lru/v2 v2.0.5
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
@@ -27,17 +27,19 @@ require (
github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
github.com/spf13/cobra v1.7.0
- github.com/stretchr/testify v1.8.4
+ github.com/stretchr/testify v1.9.0
github.com/vbauerster/mpb/v8 v8.5.2
github.com/vektah/gqlparser/v2 v2.5.8
github.com/xanzy/go-gitlab v0.90.0
- golang.org/x/crypto v0.12.0
+ golang.org/x/crypto v0.21.0
golang.org/x/oauth2 v0.11.0
golang.org/x/sync v0.3.0
- golang.org/x/sys v0.11.0
- golang.org/x/text v0.12.0
+ golang.org/x/sys v0.18.0
+ golang.org/x/text v0.14.0
)
+require github.com/cyphar/filepath-securejoin v0.2.4 // indirect
+
require (
dario.cat/mergo v1.0.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
@@ -45,7 +47,6 @@ require (
github.com/RoaringBitmap/roaring v0.4.23 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
- github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
github.com/blevesearch/mmap-go v1.0.2 // indirect
@@ -56,7 +57,7 @@ require (
github.com/blevesearch/zap/v13 v13.0.6 // indirect
github.com/blevesearch/zap/v14 v14.0.5 // indirect
github.com/blevesearch/zap/v15 v15.0.3 // indirect
- github.com/cloudflare/circl v1.3.3 // indirect
+ github.com/cloudflare/circl v1.3.7 // indirect
github.com/corpix/uarand v0.1.1 // indirect
github.com/couchbase/vellum v1.0.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
@@ -95,12 +96,12 @@ require (
github.com/rivo/uniseg v0.4.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/segmentio/fasthash v1.0.3 // indirect
- github.com/sergi/go-diff v1.3.1 // indirect
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
- github.com/skeema/knownhosts v1.2.0 // indirect
+ github.com/skeema/knownhosts v1.2.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/steveyen/gtreap v0.1.0 // indirect
- github.com/stretchr/objx v0.5.0 // indirect
+ github.com/stretchr/objx v0.5.2 // indirect
github.com/tinylib/msgp v1.1.0 // indirect
github.com/urfave/cli/v2 v2.25.5 // indirect
github.com/willf/bitset v1.1.10 // indirect
@@ -108,11 +109,11 @@ require (
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/zclconf/go-cty v1.8.4 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
- golang.org/x/mod v0.10.0 // indirect
- golang.org/x/net v0.14.0 // indirect
- golang.org/x/term v0.11.0
+ golang.org/x/mod v0.12.0 // indirect
+ golang.org/x/net v0.22.0 // indirect
+ golang.org/x/term v0.18.0
golang.org/x/time v0.3.0 // indirect
- golang.org/x/tools v0.9.3 // indirect
+ golang.org/x/tools v0.13.0 // indirect
golang.org/x/vuln v1.0.0
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect