2021-03-01 17:12:46 +00:00
|
|
|
module gitea.arsenm.dev/Arsen6331/scpt
|
2021-03-01 17:11:22 +00:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/participle v0.7.1
|
2021-03-01 21:43:10 +00:00
|
|
|
github.com/antonmedv/expr v1.8.9
|
2021-03-01 17:11:22 +00:00
|
|
|
github.com/gen2brain/dlgs v0.0.0-20210222160047-2f436553172f
|
2021-03-01 21:43:10 +00:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
|
|
|
|
github.com/rs/zerolog v1.20.0
|
2021-03-01 17:11:22 +00:00
|
|
|
)
|