16 lines
457 B
Modula-2
16 lines
457 B
Modula-2
module tulpa.dev/cadey/hlang
|
|
|
|
go 1.13
|
|
|
|
replace github.com/go-interpreter/wagon v0.0.0 => github.com/perlin-network/wagon v0.3.1-0.20180825141017-f8cb99b55a39
|
|
|
|
require (
|
|
github.com/eaburns/peggy v1.0.1
|
|
github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456
|
|
github.com/perlin-network/life v0.0.0-20191010061010-fa85cafea8ac
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rs/cors v1.7.0
|
|
within.website/ln v0.9.1
|
|
within.website/x v1.1.8
|
|
)
|