Skip to content

Commit

Permalink
Update dependencies (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickiaj authored Aug 30, 2022
1 parent 2bf2e58 commit fa379fd
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 25 deletions.
19 changes: 17 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,29 @@ module github.com/kunickiaj/beer

require (
github.com/99designs/keyring v1.2.1
github.com/andygrunwald/go-jira v1.15.1
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895 // indirect
github.com/andygrunwald/go-jira v1.16.0
github.com/cloudflare/circl v1.2.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.2.0 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
github.com/subosito/gotenv v1.4.1 // indirect
github.com/xanzy/ssh-agent v0.3.2 // indirect
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
gopkg.in/ini.v1 v1.67.0 // indirect
)

go 1.13
Loading

0 comments on commit fa379fd

Please sign in to comment.