Skip to content

Commit

Permalink
Bump gopkg.in/yaml.v3 in /function/f1
Browse files Browse the repository at this point in the history
Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 30, 2023
1 parent 5f34eba commit 4024ff2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion function/f1/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ go 1.14

require (
github.com/TIBCOSoftware/flogo-lib v0.5.8
github.com/TIBCOSoftware/labs-lightcrane-contrib/common/keywordreplace v0.0.0-20220811184959-5f34ebac1524
github.com/TIBCOSoftware/labs-lightcrane-contrib/common/objectbuilder v0.0.0-20220811184959-5f34ebac1524
github.com/TIBCOSoftware/labs-lightcrane-contrib/common/util v0.0.0-20220811184959-5f34ebac1524
github.com/project-flogo/core v1.5.0
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gopkg.in/yaml.v3 v3.0.0
)

0 comments on commit 4024ff2

Please sign in to comment.