mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-21 16:11:56 +00:00
11 lines
222 B
Modula-2
11 lines
222 B
Modula-2
|
module git.m2.nz/go-scrobble
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/go-sql-driver/mysql v1.5.0
|
||
|
github.com/golang-migrate/migrate v3.5.4+incompatible
|
||
|
github.com/golang-migrate/migrate/v4 v4.14.1
|
||
|
github.com/gorilla/mux v1.8.0
|
||
|
)
|