Skip to content

Commit

Permalink
fix(filters): bump gonaja for slice filter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaLohinski committed Aug 28, 2024
1 parent d320e23 commit 2f2374e
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 23 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/hexops/gotextdiff v1.0.3
github.com/json-iterator/go v1.1.12
github.com/musukvl/tfvars-parser v0.0.0-20230214134007-bfb82934219e
github.com/nikolalohinski/gonja/v2 v2.3.0
github.com/nikolalohinski/gonja/v2 v2.3.1
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.8
github.com/openconfig/goyang v1.4.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/musukvl/tfvars-parser v0.0.0-20230214134007-bfb82934219e h1:IAIN+gYFRI/KbKulRmgHzxUJyRnFiy6PdhuGJ6M9kBY=
github.com/musukvl/tfvars-parser v0.0.0-20230214134007-bfb82934219e/go.mod h1:dy1fq7zSepRmOf7NVlImI+flWDDEImniABmUFJVApoQ=
github.com/nikolalohinski/gonja/v2 v2.3.0 h1:gYF1qcmaoe4rbaQbqMjsQoE3b1JUtgGcPbibw3drceM=
github.com/nikolalohinski/gonja/v2 v2.3.0/go.mod h1:1Wcc/5huTu6y36e0sOFR1XQoFlylw3c3H3L5WOz0RDg=
github.com/nikolalohinski/gonja/v2 v2.3.1 h1:UGyLa6NDNq6dCGkFY33sziUssjTdh95xrYslxZdqNVU=
github.com/nikolalohinski/gonja/v2 v2.3.1/go.mod h1:1Wcc/5huTu6y36e0sOFR1XQoFlylw3c3H3L5WOz0RDg=
github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU=
Expand Down
47 changes: 29 additions & 18 deletions vendor/github.com/nikolalohinski/gonja/v2/builtins/filters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ github.com/modern-go/reflect2
# github.com/musukvl/tfvars-parser v0.0.0-20230214134007-bfb82934219e
## explicit; go 1.19
github.com/musukvl/tfvars-parser
# github.com/nikolalohinski/gonja/v2 v2.3.0
# github.com/nikolalohinski/gonja/v2 v2.3.1
## explicit; go 1.20
github.com/nikolalohinski/gonja/v2
github.com/nikolalohinski/gonja/v2/builtins
Expand Down

0 comments on commit 2f2374e

Please sign in to comment.