Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/crypto from 0.0.0-20200204104054-c9f3fb736b72 to 0.17.0 in /examples/golangWithTrigger #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 5 additions & 17 deletions examples/golangWithTrigger/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,17 @@ module main
go 1.12

require (
github.com/kr/pretty v0.2.0 // indirect
github.com/project-flogo/catalystml-flogo/action v0.0.0
github.com/project-flogo/catalystml-flogo/action v0.2.0
github.com/project-flogo/catalystml-flogo/operations/cleaning v0.0.0
github.com/project-flogo/catalystml-flogo/operations/common v0.0.0
github.com/project-flogo/catalystml-flogo/operations/common v0.1.6
github.com/project-flogo/catalystml-flogo/operations/math v0.0.0
github.com/project-flogo/catalystml-flogo/operations/restructuring v0.0.0
github.com/project-flogo/contrib/activity/log v0.9.0
github.com/project-flogo/contrib/activity/syncaction v0.0.0
github.com/project-flogo/core v0.10.1
github.com/project-flogo/legacybridge v0.9.1
github.com/project-flogo/ml v0.1.2
github.com/project-flogo/stream v0.2.0
github.com/project-flogo/stream/activity/aggregate v0.2.0
github.com/rogpeppe/go-internal v1.5.2 // indirect
github.com/project-flogo/core v1.0.0
github.com/skothari-tibco/csvtimer v0.9.1
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72 // indirect
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
golang.org/x/mod v0.2.0 // indirect
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
golang.org/x/tools v0.0.0-20200205141839-4abfd4a1628e // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/tools v0.6.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)

Expand Down