File tree Expand file tree Collapse file tree 2 files changed +675
-0
lines changed
Expand file tree Collapse file tree 2 files changed +675
-0
lines changed Original file line number Diff line number Diff line change 1+ module codeforces-go
2+
3+ go 1.17
4+
5+ require (
6+ github.com/emirpasic/gods v1.12.0
7+ github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
8+ github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
9+ github.com/stretchr/testify v1.7.0
10+ github.com/wcharczuk/go-chart v2.0.1+incompatible
11+ golang.org/x/net v0.0.0-20210917221730-978cfadd31cf
12+ )
13+
14+ require (
15+ github.com/blend/go-sdk v1.20210918.2 // indirect
16+ github.com/davecgh/go-spew v1.1.1 // indirect
17+ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
18+ github.com/google/go-querystring v1.0.0 // indirect
19+ github.com/pmezard/go-difflib v1.0.0 // indirect
20+ golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
21+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
22+ gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
23+ )
You can’t perform that action at this time.
0 commit comments