Skip to content

Commit e297650

Browse files
authored
update
1 parent 6453c61 commit e297650

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module codeforces-go
33
go 1.17
44

55
require (
6+
github.com/EndlessCheng/codeforces-go v0.0.0-00010101000000-000000000000
67
github.com/emirpasic/gods v1.12.0
78
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
89
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
@@ -12,12 +13,13 @@ require (
1213
)
1314

1415
require (
15-
github.com/blend/go-sdk v1.20210918.2 // indirect
1616
github.com/davecgh/go-spew v1.1.1 // indirect
1717
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
1818
github.com/google/go-querystring v1.0.0 // indirect
19+
github.com/kr/pretty v0.1.0 // indirect
1920
github.com/pmezard/go-difflib v1.0.0 // indirect
2021
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
21-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2222
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
2323
)
24+
25+
replace github.com/EndlessCheng/codeforces-go => ./

0 commit comments

Comments
 (0)