Skip to content

Commit 137c688

Browse files
committed
update
1 parent 2f58bb4 commit 137c688

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

data/database.json

-1
This file was deleted.

data/network.json

-1
This file was deleted.

data/os.json

-1
This file was deleted.

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ module github.com/raw34/leetcode
33
go 1.16
44

55
require (
6-
github.com/gocolly/colly/v2 v2.1.0
76
github.com/spf13/cobra v1.3.0
87
github.com/spf13/viper v1.10.1
98
github.com/stretchr/testify v1.7.0
109
github.com/tidwall/gjson v1.13.0
1110
github.com/yuin/goldmark v1.3.5
12-
)
11+
)

0 commit comments

Comments
 (0)