Skip to content

Commit

Permalink
chore: add encoding/hex to stdlibWhitelist
Browse files Browse the repository at this point in the history
encode sha1 result to string
  • Loading branch information
r3v4s committed Feb 7, 2023
1 parent fcd610b commit f55b6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/gnolang/precompile.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ var stdlibWhitelist = []string{
"encoding/base64",
"encoding/binary",
"encoding/xml",
"encoding/hex",
"errors",
"flag",
"fmt",
Expand Down

0 comments on commit f55b6cd

Please sign in to comment.