21 lines
618 B
Modula-2
21 lines
618 B
Modula-2
module reichard.io/poiesis
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/dop251/goja v0.0.0-20260106131823-651366fbe6e3
|
|
github.com/evanw/esbuild v0.27.2
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|