12 lines
250 B
Modula-2
12 lines
250 B
Modula-2
|
module github.com/songtianlun/simple-web
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
require (
|
||
|
github.com/aymerick/raymond v2.0.2+incompatible
|
||
|
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
|
||
|
github.com/go-zoo/bone v1.3.0
|
||
|
)
|
||
|
|
||
|
require gopkg.in/yaml.v2 v2.4.0 // indirect
|