@@ -3,7 +3,7 @@ module github.com/litmuschaos/litmus/chaoscenter/graphql/server
3
3
go 1.20
4
4
5
5
require (
6
- github.com/99designs/gqlgen v0.11.3
6
+ github.com/99designs/gqlgen v0.17.42
7
7
github.com/argoproj/argo-workflows/v3 v3.3.1
8
8
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
9
9
github.com/gin-contrib/cors v1.3.1
@@ -21,11 +21,11 @@ require (
21
21
github.com/stretchr/testify v1.8.2
22
22
github.com/tidwall/gjson v1.14.0
23
23
github.com/tidwall/sjson v1.2.4
24
- github.com/vektah/gqlparser/v2 v2.1.0
24
+ github.com/vektah/gqlparser/v2 v2.5.10
25
25
go.mongodb.org/mongo-driver v1.11.4
26
26
golang.org/x/crypto v0.17.0
27
27
google.golang.org/grpc v1.44.0
28
- google.golang.org/protobuf v1.28.1
28
+ google.golang.org/protobuf v1.30.0
29
29
gopkg.in/yaml.v2 v2.4.0
30
30
k8s.io/api v0.26.0
31
31
k8s.io/apimachinery v0.26.0
@@ -40,7 +40,7 @@ require (
40
40
github.com/PuerkitoBio/purell v1.1.1 // indirect
41
41
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
42
42
github.com/acomagu/bufpipe v1.0.3 // indirect
43
- github.com/agnivade/levenshtein v1.0.3 // indirect
43
+ github.com/agnivade/levenshtein v1.1.1 // indirect
44
44
github.com/bytedance/sonic v1.8.0 // indirect
45
45
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
46
46
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -64,25 +64,26 @@ require (
64
64
github.com/google/gofuzz v1.2.0 // indirect
65
65
github.com/googleapis/gnostic v0.5.5 // indirect
66
66
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
67
- github.com/hashicorp/golang-lru v0.5 .3 // indirect
67
+ github.com/hashicorp/golang-lru/v2 v2.0 .3 // indirect
68
68
github.com/imdario/mergo v0.3.12 // indirect
69
69
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
70
70
github.com/josharian/intern v1.0.0 // indirect
71
71
github.com/json-iterator/go v1.1.12 // indirect
72
72
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
73
- github.com/klauspost/compress v1.14.2 // indirect
73
+ github.com/klauspost/compress v1.17.4 // indirect
74
74
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
75
75
github.com/leodido/go-urn v1.2.1 // indirect
76
76
github.com/mailru/easyjson v0.7.7 // indirect
77
- github.com/mattn/go-isatty v0.0.17 // indirect
77
+ github.com/mattn/go-isatty v0.0.19 // indirect
78
78
github.com/mitchellh/go-homedir v1.1.0 // indirect
79
- github.com/mitchellh/mapstructure v1.4.3 // indirect
79
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
80
80
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
81
81
github.com/modern-go/reflect2 v1.0.2 // indirect
82
82
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
83
83
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
84
84
github.com/pmezard/go-difflib v1.0.0 // indirect
85
- github.com/sergi/go-diff v1.1.0 // indirect
85
+ github.com/sergi/go-diff v1.3.1 // indirect
86
+ github.com/sosodev/duration v1.1.0 // indirect
86
87
github.com/spf13/pflag v1.0.5 // indirect
87
88
github.com/stretchr/objx v0.5.0 // indirect
88
89
github.com/tidwall/match v1.1.1 // indirect
@@ -95,9 +96,9 @@ require (
95
96
github.com/xdg-go/stringprep v1.0.3 // indirect
96
97
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
97
98
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
98
- golang.org/x/net v0.10 .0 // indirect
99
+ golang.org/x/net v0.17 .0 // indirect
99
100
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
100
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
101
+ golang.org/x/sync v0.2.0 // indirect
101
102
golang.org/x/sys v0.15.0 // indirect
102
103
golang.org/x/term v0.15.0 // indirect
103
104
golang.org/x/text v0.14.0 // indirect
@@ -140,3 +141,7 @@ replace (
140
141
)
141
142
142
143
replace github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309 // Required by Helm
144
+
145
+ replace github.com/openshift/api => github.com/openshift/api v0.0.0-20190924102528-32369d4db2ad // Required until https://github.com/operator-framework/operator-lifecycle-manager/pull/1241 is resolved
146
+
147
+ replace vbom.ml/util => github.com/fvbommel/util v0.0.0-20160121211510-db5cfe13f5cc
0 commit comments