Skip to content

Commit

Permalink
Updating bodyfile module
Browse files Browse the repository at this point in the history
  • Loading branch information
nbareil committed Aug 5, 2024
1 parent b068f5f commit a04ec71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module main
go 1.20

require (
github.com/airbus-cert/bodyfile v0.0.0-20230821152535-ff7c66e7f34d
github.com/airbus-cert/bodyfile v0.0.0-20240805093721-37c04d7819f7
github.com/fatih/color v1.8.0
github.com/mattn/go-isatty v0.0.20
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/Knetic/govaluate v3.0.0+incompatible h1:7o6+MAPhYTCF0+fdvoz1xDedhRb4f
github.com/Knetic/govaluate v3.0.0+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/airbus-cert/bodyfile v0.0.0-20230821152535-ff7c66e7f34d h1:QCeZDzRqiFuYexg+tYK8ksS9nGOOTrPq27zbo/9MCuE=
github.com/airbus-cert/bodyfile v0.0.0-20230821152535-ff7c66e7f34d/go.mod h1:UzrCwGunRQwMzDvU2y/LjYKJZRC/r2JXg9KCmgUYc6E=
github.com/airbus-cert/bodyfile v0.0.0-20240805093721-37c04d7819f7 h1:rRn2Zm4ZtggEXehKOL6wDR/yJdNvpZj5DofExvw0uMY=
github.com/airbus-cert/bodyfile v0.0.0-20240805093721-37c04d7819f7/go.mod h1:UzrCwGunRQwMzDvU2y/LjYKJZRC/r2JXg9KCmgUYc6E=
github.com/fatih/color v1.8.0 h1:5bzFgL+oy7JITMTxUPJ00n7VxmYd/PdMp5mHFX40/RY=
github.com/fatih/color v1.8.0/go.mod h1:3l45GVGkyrnYNl9HoIjnp2NnNWvh6hLAqD8yTfGjnw8=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
Expand Down

0 comments on commit a04ec71

Please sign in to comment.