File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module codeforces-go
33go 1.17
44
55require (
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
1415require (
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 => ./
You can’t perform that action at this time.
0 commit comments