-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
28 lines (26 loc) · 1.02 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
module github.com/combust-labs/firebuild
go 1.16
require (
github.com/combust-labs/firebuild-embedded-ca v0.0.2
github.com/combust-labs/firebuild-mmds v0.0.12
github.com/combust-labs/firebuild-shared v0.0.8
github.com/containernetworking/cni v0.8.0
github.com/coreos/go-iptables v0.5.0
github.com/docker/docker v20.10.4+incompatible
github.com/firecracker-microvm/firecracker-go-sdk v0.22.0
github.com/go-git/go-git/v5 v5.2.0
github.com/hashicorp/go-hclog v0.15.0
github.com/mitchellh/mapstructure v1.4.1
github.com/moby/buildkit v0.8.1
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
github.com/subosito/gotenv v1.2.0
github.com/uber/jaeger-client-go v2.25.0+incompatible
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056 // indirect
google.golang.org/genproto v0.0.0-20210325141258-5636347f2b14 // indirect
)