Skip to content

Commit

Permalink
build(deps): Bump gopkg.in/yaml.v3 in /samples/fabric/simplestatewithacl
Browse files Browse the repository at this point in the history
Bumps gopkg.in/yaml.v3 from 3.0.0-20200615113413-eeeca48fe776 to 3.0.0.

---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent e2e5f67 commit 10d3134
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 3 deletions.
4 changes: 2 additions & 2 deletions samples/fabric/simplestatewithacl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/gobuffalo/envy v1.7.0 // indirect
github.com/gobuffalo/packd v0.3.0 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.5.6 // indirect
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.5.11 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand All @@ -38,5 +38,5 @@ require (
google.golang.org/grpc v1.54.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)
Loading

0 comments on commit 10d3134

Please sign in to comment.