ktgo/go.mod

23 строки
642 Б
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/mobile v0.0.0-20240213143359-d1f7d3436075 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/tools v0.18.0 // indirect
)
replace github.com/cucumber/godog => /gopath/src/my/godog