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/net from 0.0.0-20191109021931-daa7c04131f5 to 0.17.0 in /action/example/samplefps/src #180

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
24 changes: 7 additions & 17 deletions action/example/samplefps/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,18 @@ module main
go 1.12

require (
github.com/jung-kurt/gofpdf v1.15.1 // indirect
github.com/project-flogo/catalystml-flogo/action v0.0.0
github.com/project-flogo/catalystml-flogo/operations/cleaning v0.0.0-20191112152814-dc69f9aae0fd // indirect
github.com/project-flogo/catalystml-flogo/operations/image_processing v0.0.0-20191112152814-dc69f9aae0fd // indirect
github.com/project-flogo/catalystml-flogo/operations/math v0.0.0-20191112152814-dc69f9aae0fd // indirect
github.com/project-flogo/catalystml-flogo/operations/restructuring v0.0.0-20191112152814-dc69f9aae0fd // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/project-flogo/catalystml-flogo/action v0.2.0
github.com/project-flogo/contrib/activity/log v0.9.0
github.com/project-flogo/contrib/trigger/rest v0.9.0
github.com/project-flogo/contrib/trigger/timer v0.9.0
github.com/project-flogo/core v0.9.4
github.com/project-flogo/core v1.0.0
github.com/project-flogo/flow v0.9.4
github.com/project-flogo/operation/math v0.0.0
github.com/skothari-tibco/csvtimer v0.9.1
golang.org/x/crypto v0.0.0-20191111213947-16651526fdb4 // indirect
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/mobile v0.0.0-20191031020345-0945064e013a // indirect
golang.org/x/net v0.0.0-20191109021931-daa7c04131f5 // indirect
golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 // indirect
golang.org/x/tools v0.0.0-20191112005509-a3f652f18032 // indirect
gonum.org/v1/netlib v0.0.0-20191031114514-eccb95939662 // indirect
gonum.org/v1/plot v0.0.0-20191107103940-ca91d9d40d0a // indirect
go.uber.org/zap v1.12.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/tools v0.6.0 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
)

replace github.com/project-flogo/catalystml-flogo/action => ../../../
Expand Down