2024-03-26 18:00:05 -04:00
|
|
|
module git.hatecomputers.club/hatecomputers/hatecomputers.club
|
2024-03-25 14:08:35 -04:00
|
|
|
|
|
|
|
go 1.22.1
|
2024-03-26 18:00:05 -04:00
|
|
|
|
|
|
|
require (
|
2024-03-27 17:10:39 -04:00
|
|
|
github.com/go-co-op/gocron v1.37.0
|
2024-03-26 18:00:05 -04:00
|
|
|
github.com/joho/godotenv v1.5.1
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
2024-03-28 16:58:07 -04:00
|
|
|
github.com/miekg/dns v1.1.58
|
2024-03-27 17:10:39 -04:00
|
|
|
golang.org/x/oauth2 v0.18.0
|
2024-03-26 18:00:05 -04:00
|
|
|
)
|
2024-03-27 17:02:31 -04:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2024-03-27 17:10:39 -04:00
|
|
|
github.com/google/uuid v1.4.0 // indirect
|
|
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
2024-03-28 16:58:07 -04:00
|
|
|
golang.org/x/mod v0.14.0 // indirect
|
2024-03-27 17:02:31 -04:00
|
|
|
golang.org/x/net v0.22.0 // indirect
|
2024-03-28 16:58:07 -04:00
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
|
|
golang.org/x/tools v0.17.0 // indirect
|
2024-03-27 17:02:31 -04:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
|
|
)
|