File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 11[submodule "lib/forge-std "]
22 path = lib/forge-std
33 url = https://github.com/foundry-rs/forge-std
4- [submodule "lib/openzeppelin-contracts "]
5- path = lib/openzeppelin-contracts
6- url = https://github.com/openzeppelin/openzeppelin-contracts
74[submodule "lib/solidity-stringutils "]
85 path = lib/solidity-stringutils
96 url = https://github.com/Arachnid/solidity-stringutils
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- @openzeppelin=lib/openzeppelin-contracts
21@src=src
32@test=test
43@script=script
Original file line number Diff line number Diff line change @@ -5,13 +5,11 @@ import "forge-std/Test.sol";
55
66import {HTTP} from "@src/HTTP.sol " ;
77import {strings} from "solidity-stringutils/strings.sol " ;
8- import {stdJson} from "forge-std/StdJson.sol " ;
98
109contract HTTPTest is Test {
1110 using HTTP for HTTP.Builder;
1211 using HTTP for HTTP.Request;
1312 using strings for * ;
14- using stdJson for string ;
1513
1614 HTTP.Builder http;
1715
You can’t perform that action at this time.
0 commit comments