Skip to content

Commit 2380428

Browse files
committed
Remove unused dependency
1 parent 459a7f0 commit 2380428

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
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

lib/openzeppelin-contracts

Lines changed: 0 additions & 1 deletion
This file was deleted.

remappings.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@openzeppelin=lib/openzeppelin-contracts
21
@src=src
32
@test=test
43
@script=script

test/HTTP.t.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ import "forge-std/Test.sol";
55

66
import {HTTP} from "@src/HTTP.sol";
77
import {strings} from "solidity-stringutils/strings.sol";
8-
import {stdJson} from "forge-std/StdJson.sol";
98

109
contract 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

0 commit comments

Comments
 (0)