Skip to content

Commit

Permalink
Merge branch '__deps' into 'master'
Browse files Browse the repository at this point in the history
Update dependencies

See merge request integration-system/isp-ctl!3
  • Loading branch information
pymq committed Nov 24, 2020
2 parents 3eeb933 + 501123d commit e469ba1
Show file tree
Hide file tree
Showing 4 changed files with 644 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.2.1
* updated isp-lib
* updated isp-event-lib
## v2.2.0
* fix json output
* migrate to go mod
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.14

require (
github.com/integration-system/bellows v1.0.1
github.com/integration-system/isp-lib/v2 v2.4.0
github.com/integration-system/isp-lib/v2 v2.7.0
github.com/olekukonko/tablewriter v0.0.4
github.com/pkg/errors v0.9.1
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1
github.com/tidwall/sjson v1.1.1
github.com/urfave/cli/v2 v2.2.0
google.golang.org/genproto v0.0.0-20200211111953-2dc5924e3898
google.golang.org/grpc v1.29.1
gopkg.in/yaml.v2 v2.2.4
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.33.2
gopkg.in/yaml.v2 v2.3.0
)
Loading

0 comments on commit e469ba1

Please sign in to comment.