18 строки
490 Б
Modula-2
18 строки
490 Б
Modula-2
module my/ktgo
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/cucumber/godog v0.0.0-00010101000000-000000000000
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/gopherjs/gopherjs v1.18.0-beta1
|
|
github.com/hashicorp/go-version v1.6.0
|
|
github.com/magefile/mage v1.14.0
|
|
github.com/miratronix/jopher v0.0.0-20200228204442-56bcab34f1a3
|
|
github.com/onsi/gomega v1.24.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.4.0 // indirect
|
|
|
|
replace github.com/cucumber/godog => /gopath/src/my/godog
|