Skip to content

Commit

Permalink
go1.21 and mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillrdy committed Dec 25, 2023
1 parent 61ba3dd commit cd8aa19
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 391 deletions.
44 changes: 35 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,28 +1,54 @@
module github.com/tillson/git-hound

go 1.12
go 1.21

require (
github.com/BurntSushi/toml v1.2.1
github.com/fatih/color v1.13.0
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-github v17.0.0+incompatible
github.com/pquerna/otp v1.3.0
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.12.0
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
)

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/boombuler/barcode v1.0.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.13.0
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-github v17.0.0+incompatible
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.3.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/pquerna/otp v1.3.0
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.12.0
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.0 // indirect
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit cd8aa19

Please sign in to comment.