You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
252 B

module core
go 1.17
require codeforcesbot v0.0.0
require (
github.com/go-redis/redis v6.15.9+incompatible // indirect
github.com/gomodule/redigo v1.8.5 // indirect
github.com/lib/pq v1.10.4 // indirect
)
replace codeforcesbot => ./codeforcesbot