Skip to content

Commit

Permalink
Merge pull request #422 from xmidt-org/denopink/release/v0.9.8
Browse files Browse the repository at this point in the history
Release: v0.9.8
  • Loading branch information
denopink authored Feb 22, 2023
2 parents f4cb3e5 + ca7e69d commit 1b0fa7d
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 88 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.9.8]
- Update dependencies

## [v0.9.7]
- Update dependencies
- Vuln patches
Expand Down Expand Up @@ -232,7 +235,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.1.0] Tue May 07 2020 Jack Murdock - 0.1.0
- initial creation

[Unreleased]: https://github.com/xmidt-org/argus/compare/v0.9.7...HEAD
[Unreleased]: https://github.com/xmidt-org/argus/compare/v0.9.8...HEAD
[v0.9.8]: https://github.com/xmidt-org/argus/compare/v0.9.7...v0.9.8
[v0.9.7]: https://github.com/xmidt-org/argus/compare/v0.9.6...v0.9.7
[v0.9.6]: https://github.com/xmidt-org/argus/compare/v0.9.5...v0.9.6
[v0.9.5]: https://github.com/xmidt-org/argus/compare/v0.9.4...v0.9.5
Expand Down
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
emperror.dev/emperror v0.33.0
emperror.dev/errors v0.8.1 // indirect
github.com/aws/aws-sdk-go v1.44.206
github.com/aws/aws-sdk-go v1.44.207
github.com/go-kit/kit v0.12.0
github.com/go-playground/validator/v10 v10.11.2
github.com/gocql/gocql v1.3.1
Expand All @@ -19,7 +19,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.1
github.com/xmidt-org/arrange v0.3.0
github.com/xmidt-org/arrange v0.4.0
github.com/xmidt-org/bascule v0.11.4
github.com/xmidt-org/candlelight v0.0.14
github.com/xmidt-org/clortho v0.0.4
Expand Down Expand Up @@ -48,9 +48,10 @@ require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand Down Expand Up @@ -95,7 +96,7 @@ require (
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
google.golang.org/genproto v0.0.0-20230222225845-10f96fb3dbec // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
Loading

0 comments on commit 1b0fa7d

Please sign in to comment.