Skip to content

Commit ddf9e3e

Browse files
chore(deps): bump github.com/traefik/yaegi from 0.10.0 to 0.11.0 (#49)
Bumps [github.com/traefik/yaegi](https://github.com/traefik/yaegi) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/traefik/yaegi/releases) - [Changelog](https://github.com/traefik/yaegi/blob/master/.goreleaser.yml) - [Commits](traefik/yaegi@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: github.com/traefik/yaegi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5bf710 commit ddf9e3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/hamba/testutils v0.1.1
1010
github.com/joho/godotenv v1.4.0
1111
github.com/stretchr/testify v1.7.0
12-
github.com/traefik/yaegi v0.10.0
12+
github.com/traefik/yaegi v0.11.0
1313
github.com/urfave/cli/v2 v2.3.0
1414
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
1515
github.com/zserge/lorca v0.1.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
165165
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
166166
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
167167
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
168-
github.com/traefik/yaegi v0.10.0 h1:c/0rhUcj5+KJhJX++eCrPeKXnJaOZ17X8gYCznU9Xxc=
169-
github.com/traefik/yaegi v0.10.0/go.mod h1:RuCwD8/wsX7b6KoQHOaIFUfuH3gQIK4KWnFFmJMw5VA=
168+
github.com/traefik/yaegi v0.11.0 h1:aHHIZDrla3W7PYYsmw5ktf6/D+iP1N/hUQvNN46lmGM=
169+
github.com/traefik/yaegi v0.11.0/go.mod h1:RuCwD8/wsX7b6KoQHOaIFUfuH3gQIK4KWnFFmJMw5VA=
170170
github.com/urfave/cli/v2 v2.3.0 h1:qph92Y649prgesehzOrQjdWyxFOp/QVM+6imKHad91M=
171171
github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI=
172172
github.com/valyala/fastrand v1.0.0 h1:LUKT9aKer2dVQNUi3waewTbKV+7H17kvWFNKs2ObdkI=

0 commit comments

Comments
 (0)