mirror of
https://github.com/mudler/luet.git
synced 2025-09-18 08:12:19 +00:00
12 lines
254 B
Modula-2
12 lines
254 B
Modula-2
module github.com/onsi/ginkgo
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/nxadm/tail v1.4.4
|
|
github.com/onsi/gomega v1.10.1
|
|
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|
|
|
|
go 1.13
|