10 lines
141 B
Modula-2
10 lines
141 B
Modula-2
module goencode
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|