File tree Expand file tree Collapse file tree 4 files changed +8
-38
lines changed Expand file tree Collapse file tree 4 files changed +8
-38
lines changed Original file line number Diff line number Diff line change 11module github.com/IBM-Blockchain/fabric-operator
22
3- go 1.17
3+ go 1.18
44
55require (
66 github.com/cloudflare/cfssl v1.4.1
@@ -93,8 +93,6 @@ require (
9393 github.com/mitchellh/mapstructure v1.3.3 // indirect
9494 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9595 github.com/modern-go/reflect2 v1.0.1 // indirect
96- github.com/nxadm/tail v1.4.8 // indirect
97- github.com/onsi/ginkgo v1.16.4 // indirect
9896 github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
9997 github.com/pelletier/go-toml v1.2.0 // indirect
10098 github.com/pierrec/lz4 v2.6.1+incompatible // indirect
@@ -135,7 +133,6 @@ require (
135133 gopkg.in/inf.v0 v0.9.1 // indirect
136134 gopkg.in/ini.v1 v1.51.0 // indirect
137135 gopkg.in/ldap.v2 v2.5.1 // indirect
138- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
139136 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
140137 k8s.io/component-base v0.21.5 // indirect
141138 k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027 // indirect
You can’t perform that action at this time.
0 commit comments