File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module codeforces-go
3
3
go 1.17
4
4
5
5
require (
6
+ github.com/EndlessCheng/codeforces-go v0.0.0-00010101000000-000000000000
6
7
github.com/emirpasic/gods v1.12.0
7
8
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
8
9
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
@@ -12,12 +13,13 @@ require (
12
13
)
13
14
14
15
require (
15
- github.com/blend/go-sdk v1.20210918.2 // indirect
16
16
github.com/davecgh/go-spew v1.1.1 // indirect
17
17
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
18
18
github.com/google/go-querystring v1.0.0 // indirect
19
+ github.com/kr/pretty v0.1.0 // indirect
19
20
github.com/pmezard/go-difflib v1.0.0 // indirect
20
21
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
21
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
22
22
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
23
23
)
24
+
25
+ replace github.com/EndlessCheng/codeforces-go => ./
You can’t perform that action at this time.
0 commit comments