Skip to content

Commit

Permalink
updated dependencies version
Browse files Browse the repository at this point in the history
Signed-off-by: manisha kumari <[email protected]>
  • Loading branch information
ManishaKumari295 committed Jun 11, 2024
1 parent 7438c02 commit 34a93e7
Show file tree
Hide file tree
Showing 3 changed files with 1,114 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
# [1.2.3] - 2024-06-11

### Fixed
- Added latest dependency versions

## [1.2.2] - 2021-08-19

Expand Down
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ require (
github.com/google/uuid v1.6.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/copystructure v1.1.2 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
Expand All @@ -28,9 +27,9 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1 // indirect
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.24.0 //indirect
golang.org/x/sys v0.20.0 //indirect
google.golang.org/grpc v1.56.3 // indirect
golang.org/x/net v0.26.0 //indirect
golang.org/x/sys v0.21.0 //indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/protobuf v1.34.0 //indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading

0 comments on commit 34a93e7

Please sign in to comment.