-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
32 lines (29 loc) · 1.19 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/weaveworks-liquidmetal/microvm-action-runner
go 1.19
require (
github.com/go-playground/webhooks/v6 v6.0.1
github.com/onsi/gomega v1.22.1
github.com/sirupsen/logrus v1.9.0
github.com/urfave/cli/v2 v2.23.6
github.com/warehouse-13/hammertime v0.0.10
github.com/weaveworks-liquidmetal/flintlock/api v0.0.0-20221117153111-bd29de31356f
github.com/weaveworks-liquidmetal/flintlock/client v0.0.0-20221117153111-bd29de31356f
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v2 v2.4.0
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.3 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
google.golang.org/grpc v1.47.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)