You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
457 B
15 lines
457 B
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 |
|
)
|
|
|