Skip to content

Commit

Permalink
⬆️ Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Feb 23, 2022
1 parent 17a0a19 commit 1851d33
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 10 deletions.
22 changes: 12 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,32 @@ module github.com/JetBrains/qodana-cli
go 1.16

require (
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/charmbracelet/bubbles v0.10.2 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/charmbracelet/bubbles v0.10.3 // indirect
github.com/charmbracelet/bubbletea v0.20.0 // indirect
github.com/charmbracelet/lipgloss v0.5.0 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/containerd/containerd v1.5.9 // indirect
github.com/containerd/containerd v1.6.0 // indirect
github.com/docker/distribution v2.8.0+incompatible // indirect
github.com/docker/docker v20.10.12+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/erikgeiser/promptkit v0.6.0
github.com/go-enry/go-enry/v2 v2.8.0
github.com/gookit/color v1.5.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-isatty v0.0.14
github.com/morikuni/aec v1.0.0 // indirect
github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 // indirect
github.com/muesli/termenv v0.11.0 // indirect
github.com/owenrumney/go-sarif/v2 v2.1.0
github.com/pterm/pterm v0.12.36
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/owenrumney/go-sarif/v2 v2.1.1
github.com/pterm/pterm v0.12.37
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.8.1 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
google.golang.org/genproto v0.0.0-20220208230804-65c12eb4c068 // indirect
gopkg.in/ini.v1 v1.66.3 // indirect
golang.org/x/sys v0.0.0-20220223155357-96fed51e1446 // indirect
google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Loading

0 comments on commit 1851d33

Please sign in to comment.