18 lines
404 B
Modula-2
18 lines
404 B
Modula-2
![]() |
module APIServer
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/chai2010/winsvc v0.0.0-20230626053835-2858f12dbb33
|
||
|
github.com/go-sql-driver/mysql v1.7.1
|
||
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
||
|
github.com/satori/go.uuid v1.2.0
|
||
|
gopkg.in/yaml.v2 v2.4.0
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
||
|
golang.org/x/sys v0.13.0 // indirect
|
||
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
||
|
)
|