mirror of
https://github.com/jesperh1/forkort.dk.git
synced 2025-05-16 17:28:09 +01:00
10 lines
178 B
Modula-2
10 lines
178 B
Modula-2
module github.com/jesperbakhandskemager/forkort.dk
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gorilla/mux v1.8.0
|
|
)
|