Skip to content

Commit

Permalink
fix(gonja): bump to v2.1.6 for fix in from control structure
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaLohinski committed Feb 26, 2024
1 parent 1d8c43d commit 11ddd17
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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.1.5
github.com/nikolalohinski/gonja/v2 v2.1.6
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.1.5 h1:oD8R+GpKMw6Xex9hmWvCQiWlvHfnbmSmu3F5nZ5eRI4=
github.com/nikolalohinski/gonja/v2 v2.1.5/go.mod h1:l9DuWJvT/BddBr2SsmEimESD6msSqRw7u5HzI2Um+sc=
github.com/nikolalohinski/gonja/v2 v2.1.6 h1:p19SUunPMcvpvcVIM79a4j4SINacR0+7Zm//e/F38h8=
github.com/nikolalohinski/gonja/v2 v2.1.6/go.mod h1:l9DuWJvT/BddBr2SsmEimESD6msSqRw7u5HzI2Um+sc=
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

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.1.5
# github.com/nikolalohinski/gonja/v2 v2.1.6
## explicit; go 1.20
github.com/nikolalohinski/gonja/v2
github.com/nikolalohinski/gonja/v2/builtins
Expand Down

0 comments on commit 11ddd17

Please sign in to comment.