Skip to content

Commit

Permalink
Downgrade go-git due to go-git/go-git#548
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-kryvenko committed Feb 16, 2023
1 parent 9bec4c5 commit cffea2a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 28 deletions.
4 changes: 1 addition & 3 deletions go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/go-git/go-billy/v5 v5.4.1
github.com/go-git/go-git/v5 v5.5.2
github.com/go-git/go-git/v5 v5.4.2
github.com/gorilla/handlers v1.5.1
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.6.1
Expand Down Expand Up @@ -76,14 +76,12 @@ require (
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pjbgf/sha1cd v0.2.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
Expand Down

0 comments on commit cffea2a

Please sign in to comment.