forked from servicemeshinterface/smi-controller-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (18 loc) · 735 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (18 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/servicemeshinterface/smi-controller-sdk
go 1.15
require (
github.com/cucumber/godog v0.11.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/go-logr/logr v0.3.0
github.com/go-logr/zapr v0.3.0 // indirect
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/servicemeshinterface/smi-sdk-go v0.4.1
github.com/stretchr/testify v1.6.1
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.8
sigs.k8s.io/controller-runtime v0.6.0
)
//replace github.com/servicemeshinterface/smi-sdk-go v0.4.1 => ../servicemeshinterface/smi-sdk-go
replace github.com/servicemeshinterface/smi-sdk-go v0.4.1 => github.com/nicholasjackson/smi-sdk-go v0.0.0-20210331180119-d1be3fc5b8c9