1
0
Fork 0
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
mangadex-next/go.mod
2021-03-21 19:32:31 +00:00

10 lines
276 B
Modula-2

module github.com/hbjydev/mangadex-next
go 1.16
require (
github.com/getsentry/sentry-go v0.10.0 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670 // indirect
)