mirror of
https://github.com/foomo/gograpple.git
synced 2026-08-12 12:20:22 +00:00
16 lines
457 B
AMPL
16 lines
457 B
AMPL
module github.com/foomo/gograpple
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/foomo/config-bob v0.5.1 // indirect
|
|
github.com/foomo/squadron v0.8.3
|
|
github.com/go-delve/delve v1.4.1
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/cobra v0.0.6
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
|
|
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
k8s.io/api v0.18.4
|
|
)
|