Skip to content

Commit 362052b

Browse files
Merge pull request #160 from project-flogo/dependabot/go_modules/activity/jsexec/examples/microgateway/api/golang.org/x/text-0.3.8
Bump golang.org/x/text from 0.3.2 to 0.3.8 in /activity/jsexec/examples/microgateway/api
2 parents 5e72c44 + fd8dd5f commit 362052b

File tree

1 file changed

+1
-3
lines changed
  • activity/jsexec/examples/microgateway/api

1 file changed

+1
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
module api
22

33
require (
4-
github.com/dlclark/regexp2 v1.2.0 // indirect
5-
github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect
64
github.com/project-flogo/contrib/activity/jsexec v0.10.0
75
github.com/project-flogo/contrib/trigger/rest v0.10.0
86
github.com/project-flogo/core v0.9.4-hf.1
97
github.com/project-flogo/microgateway v0.0.0-20190319203104-747b5cae041f
108
github.com/stretchr/testify v1.4.0
11-
golang.org/x/text v0.3.2 // indirect
9+
golang.org/x/text v0.3.8 // indirect
1210
)
1311

1412
go 1.12

0 commit comments

Comments
 (0)