Skip to content

Commit

Permalink
Merge pull request #61 from cybozu-go/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ymmt2005 authored May 27, 2021
2 parents 4e27291 + 46d57f8 commit 4ba9f4c
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 28 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.9.1] - 2021-05-31

### Changed

- Update dependencies (#61)

## [1.9.0] - 2021-05-20

### Added
Expand Down Expand Up @@ -109,7 +115,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Support Redfish version 1.2.0 and 1.4.0 (#12)

[Unreleased]: https://github.com/cybozu-go/setup-hw/compare/v1.9.0...HEAD
[Unreleased]: https://github.com/cybozu-go/setup-hw/compare/v1.9.1...HEAD
[1.9.1]: https://github.com/cybozu-go/setup-hw/compare/v1.9.0...1.9.1
[1.9.0]: https://github.com/cybozu-go/setup-hw/compare/v1.8.0...1.9.0
[1.8.0]: https://github.com/cybozu-go/setup-hw/compare/v1.7.2...1.8.0
[1.7.2]: https://github.com/cybozu-go/setup-hw/compare/v1.7.1...1.7.2
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ go 1.16
require (
github.com/cybozu-go/log v1.6.0
github.com/cybozu-go/well v1.10.0
github.com/google/go-cmp v0.5.4
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/google/go-cmp v0.5.6
github.com/gopherjs/gopherjs v0.0.0-20210519211817-2312de329ae4 // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_model v0.2.0
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
github.com/spf13/cobra v1.1.1
golang.org/x/text v0.3.3 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/spf13/cobra v1.1.3
golang.org/x/text v0.3.6 // indirect
gopkg.in/ini.v1 v1.62.0
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit 4ba9f4c

Please sign in to comment.