aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2023-01-02 08:08:03 -0500
committerGitHub <noreply@github.com>2023-01-02 08:08:03 -0500
commita4cee7539b2fcddcdd717b784be366f67e358b09 (patch)
tree4290490163dc41e2abb8440f0569936f0d4dd6da /go.mod
parente6517006fa61f16269762a3dacad9c154848e369 (diff)
parentde6f5404e403bff0124d76124964a6c6d05b2332 (diff)
downloadgit-bug-a4cee7539b2fcddcdd717b784be366f67e358b09.tar.gz
Merge pull request #963 from MichaelMure/feat/upgrade-go-git-v5.1.1
feat: upgrade go-git to v5.5.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod30
1 files changed, 16 insertions, 14 deletions
diff --git a/go.mod b/go.mod
index ca68d5f4..31b1fb6e 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/99designs/gqlgen v0.17.20
github.com/99designs/keyring v1.2.2
github.com/MichaelMure/go-term-text v0.3.1
- github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
+ github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
github.com/awesome-gocui/gocui v1.1.0
github.com/blevesearch/bleve v1.0.14
@@ -14,7 +14,7 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.13.0
github.com/go-git/go-billy/v5 v5.3.1
- github.com/go-git/go-git/v5 v5.4.2
+ github.com/go-git/go-git/v5 v5.5.1
github.com/gorilla/mux v1.8.0
github.com/hashicorp/golang-lru v0.5.4
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
@@ -27,24 +27,27 @@ require (
github.com/stretchr/testify v1.8.1
github.com/vektah/gqlparser/v2 v2.5.1
github.com/xanzy/go-gitlab v0.77.0
- golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
+ golang.org/x/crypto v0.4.0
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
+ golang.org/x/sync v0.1.0
golang.org/x/sys v0.3.0
golang.org/x/text v0.5.0
)
require (
+ github.com/cloudflare/circl v1.3.1 // indirect
github.com/lithammer/dedent v1.1.0 // indirect
github.com/owenrumney/go-sarif v1.0.11 // indirect
+ github.com/pjbgf/sha1cd v0.2.3 // indirect
github.com/segmentio/fasthash v1.0.3 // indirect
+ github.com/skeema/knownhosts v1.1.0 // indirect
github.com/zclconf/go-cty v1.8.4 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
)
require (
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
- github.com/Microsoft/go-winio v0.4.16 // indirect
+ github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/RoaringBitmap/roaring v0.4.23 // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
@@ -63,7 +66,7 @@ require (
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
- github.com/emirpasic/gods v1.12.0 // indirect
+ github.com/emirpasic/gods v1.18.1 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.4.0 // indirect
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 // indirect
@@ -76,14 +79,13 @@ require (
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
- github.com/imdario/mergo v0.3.12 // indirect
+ github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
- github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
+ github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
- github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/mtibben/percent v0.2.1 // indirect
@@ -92,7 +94,7 @@ require (
github.com/praetorian-inc/gokart v0.5.1
github.com/rivo/uniseg v0.1.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
- github.com/sergi/go-diff v1.1.0 // indirect
+ github.com/sergi/go-diff v1.2.0 // indirect
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/steveyen/gtreap v0.1.0 // indirect
@@ -100,14 +102,14 @@ require (
github.com/tinylib/msgp v1.1.0 // indirect
github.com/urfave/cli/v2 v2.8.1 // indirect
github.com/willf/bitset v1.1.10 // indirect
- github.com/xanzy/ssh-agent v0.3.0 // indirect
+ github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
- golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
+ golang.org/x/mod v0.7.0 // indirect
+ golang.org/x/net v0.4.0 // indirect
golang.org/x/term v0.3.0 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
- golang.org/x/tools v0.1.13-0.20220803210227-8b9a1fbdf5c3 // indirect
+ golang.org/x/tools v0.4.0 // indirect
golang.org/x/vuln v0.0.0-20220908155419-5537ad2271a7
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect