aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
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 662be0d4..89f6ff74 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,8 @@
module github.com/MichaelMure/git-bug
-go 1.19
+go 1.21
+
+toolchain go1.22.5
// https://github.com/praetorian-inc/gokart/pull/84
replace github.com/praetorian-inc/gokart v0.5.1 => github.com/selesy/gokart v0.5.2-rc1
@@ -16,8 +18,8 @@ require (
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.5.0
- github.com/go-git/go-git/v5 v5.12.0
+ github.com/go-git/go-billy/v5 v5.5.1-0.20240427054813-8453aa90c6ec
+ github.com/go-git/go-git/v5 v5.12.1-0.20240713184941-bed3341179a7
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
@@ -31,19 +33,19 @@ require (
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.21.0
+ golang.org/x/crypto v0.25.0
golang.org/x/oauth2 v0.11.0
- golang.org/x/sync v0.3.0
- golang.org/x/sys v0.18.0
- golang.org/x/text v0.14.0
+ golang.org/x/sync v0.7.0
+ golang.org/x/sys v0.22.0
+ golang.org/x/text v0.16.0
)
-require github.com/cyphar/filepath-securejoin v0.2.4 // indirect
+require github.com/cyphar/filepath-securejoin v0.3.0 // indirect
require (
dario.cat/mergo v1.0.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
- github.com/Microsoft/go-winio v0.6.1 // indirect
+ github.com/Microsoft/go-winio v0.6.2 // indirect
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
@@ -57,7 +59,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.7 // indirect
+ github.com/cloudflare/circl v1.3.9 // 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
@@ -109,11 +111,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.12.0 // indirect
- golang.org/x/net v0.22.0 // indirect
- golang.org/x/term v0.18.0
+ golang.org/x/mod v0.19.0 // indirect
+ golang.org/x/net v0.27.0 // indirect
+ golang.org/x/term v0.22.0
golang.org/x/time v0.3.0 // indirect
- golang.org/x/tools v0.13.0 // indirect
+ golang.org/x/tools v0.23.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