Skip to content

Commit

Permalink
Merge branch 'main' into dfg-fix-foreach
Browse files Browse the repository at this point in the history
  • Loading branch information
konradweiss authored Feb 10, 2023
2 parents 03bdcf7 + 5f81ad9 commit ae8cac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cpg-language-go/src/main/golang/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module cpg
go 1.19

require (
golang.org/x/mod v0.7.0
golang.org/x/mod v0.8.0
tekao.net/jnigi v0.0.0-20221227053512-56e0101fa996
)
2 changes: 2 additions & 0 deletions cpg-language-go/src/main/golang/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
golang.org/x/mod v0.7.0 h1:LapD9S96VoQRhi/GrNTqeBJFrUjs5UHCAtTlgwA5oZA=
golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.8.0 h1:LUYupSeNrTNCGzR/hVBk2NHZO4hXcVaW1k4Qx7rjPx8=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
tekao.net/jnigi v0.0.0-20220921102452-ce6d0be0c331 h1:p5apvrQZPCacG+Ux6GMzLWX4mUZOPlguj0MrONXutrQ=
tekao.net/jnigi v0.0.0-20220921102452-ce6d0be0c331/go.mod h1:SmVvXetJ8N0ov5c2eOC+IxmkdYGEyuXghTuBq5HWZ/Y=
tekao.net/jnigi v0.0.0-20221227053512-56e0101fa996 h1:Vl0GEBxRKyS1+/fjd9H6ptV7t/CAmfgxtsanvqsCob8=
Expand Down

0 comments on commit ae8cac7

Please sign in to comment.