mirror of
https://github.com/mudler/luet.git
synced 2025-06-29 16:56:55 +00:00
12 lines
289 B
Modula-2
12 lines
289 B
Modula-2
module github.com/mudler/go-pluggable
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
|
|
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0
|
|
github.com/onsi/ginkgo v1.14.2
|
|
github.com/onsi/gomega v1.10.3
|
|
github.com/pkg/errors v0.9.1
|
|
)
|