Skip to content

Commit 26f160c

Browse files
Merge pull request #193 from ecordell/adrian555-master
Update go.mod to remove unneeded license dependency
2 parents 99c4bbe + a34530b commit 26f160c

File tree

5 files changed

+14
-83
lines changed

5 files changed

+14
-83
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/onsi/ginkgo v1.10.1
1616
github.com/onsi/gomega v1.7.0
1717
github.com/operator-framework/api v0.1.0
18-
github.com/otiai10/copy v1.0.1
18+
github.com/otiai10/copy v1.0.2
1919
github.com/pkg/errors v0.8.1
2020
github.com/sirupsen/logrus v1.4.2
2121
github.com/spf13/cobra v0.0.5
@@ -33,6 +33,8 @@ require (
3333
)
3434

3535
replace (
36+
github.com/otiai10/copy => github.com/otiai10/copy v1.0.2
37+
github.com/otiai10/mint => github.com/otiai10/mint v1.3.0
3638
k8s.io/api => k8s.io/api v0.0.0-20190918155943-95b840bb6a1f
3739
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783
3840
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655

0 commit comments

Comments
 (0)