blob: 5dde7dac0837a4912438d61c57b4ca42a4850250 [file] [log] [blame]
subhash kumar singh8333c8b2022-08-18 08:48:35 +00001//
2//==================================================================================
3// Copyright (c) 2022 Samsung
4//
5// Licensed under the Apache License, Version 2.0 (the "License");
6// you may not use this file except in compliance with the License.
7// You may obtain a copy of the License at
8//
9// http://www.apache.org/licenses/LICENSE-2.0
10//
11// Unless required by applicable law or agreed to in writing, software
12// distributed under the License is distributed on an "AS IS" BASIS,
13// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14// See the License for the specific language governing permissions and
15// limitations under the License.
16//
17// This source code is part of the near-RT RIC (RAN Intelligent Controller)
18// platform project (RICP).
19//==================================================================================
20//
21module gerrit.o-ran-sc.org/r/ric-plt/ricdms
22
23go 1.17
24
25require (
subhash kumar singh0158faf2022-08-18 10:07:30 +000026 gerrit.o-ran-sc.org/r/com/golog v0.0.0-00010101000000-000000000000
subhash kumar singh8333c8b2022-08-18 08:48:35 +000027 github.com/go-openapi/errors v0.20.2
28 github.com/go-openapi/loads v0.21.1
29 github.com/go-openapi/runtime v0.24.1
30 github.com/go-openapi/spec v0.20.6
31 github.com/go-openapi/strfmt v0.21.2
32 github.com/go-openapi/swag v0.21.1
33 github.com/go-openapi/validate v0.22.0
34 github.com/jessevdk/go-flags v1.5.0
subhash kumar singh6e8d9702022-10-06 13:08:26 +000035 github.com/stretchr/testify v1.8.0
36 golang.org/x/net v0.0.0-20220722155237-a158d28d115b
37 gopkg.in/yaml.v3 v3.0.1
subhash kumar singhf95c1d32022-11-10 09:57:57 +000038 helm.sh/helm/v3 v3.10.1
subhash kumar singh8333c8b2022-08-18 08:48:35 +000039)
40
41require (
subhash kumar singhf95c1d32022-11-10 09:57:57 +000042 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
43 github.com/BurntSushi/toml v1.1.0 // indirect
44 github.com/MakeNowJust/heredoc v1.0.0 // indirect
45 github.com/Masterminds/goutils v1.1.1 // indirect
46 github.com/Masterminds/semver/v3 v3.1.1 // indirect
47 github.com/Masterminds/sprig/v3 v3.2.2 // indirect
48 github.com/Masterminds/squirrel v1.5.3 // indirect
subhash kumar singh8333c8b2022-08-18 08:48:35 +000049 github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +000050 github.com/beorn7/perks v1.0.1 // indirect
51 github.com/cespare/xxhash/v2 v2.1.2 // indirect
52 github.com/chai2010/gettext-go v1.0.2 // indirect
53 github.com/containerd/containerd v1.6.6 // indirect
54 github.com/cyphar/filepath-securejoin v0.2.3 // indirect
subhash kumar singh0158faf2022-08-18 10:07:30 +000055 github.com/davecgh/go-spew v1.1.1 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +000056 github.com/docker/cli v20.10.17+incompatible // indirect
57 github.com/docker/distribution v2.8.1+incompatible // indirect
58 github.com/docker/docker v20.10.17+incompatible // indirect
59 github.com/docker/docker-credential-helpers v0.6.4 // indirect
60 github.com/docker/go-connections v0.4.0 // indirect
61 github.com/docker/go-metrics v0.0.1 // indirect
subhash kumar singh8333c8b2022-08-18 08:48:35 +000062 github.com/docker/go-units v0.4.0 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +000063 github.com/emicklei/go-restful/v3 v3.8.0 // indirect
64 github.com/evanphx/json-patch v5.6.0+incompatible // indirect
65 github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
66 github.com/fatih/color v1.13.0 // indirect
67 github.com/go-errors/errors v1.0.1 // indirect
68 github.com/go-gorp/gorp/v3 v3.0.2 // indirect
69 github.com/go-logr/logr v1.2.3 // indirect
subhash kumar singh8333c8b2022-08-18 08:48:35 +000070 github.com/go-openapi/analysis v0.21.2 // indirect
71 github.com/go-openapi/jsonpointer v0.19.5 // indirect
72 github.com/go-openapi/jsonreference v0.20.0 // indirect
73 github.com/go-stack/stack v1.8.1 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +000074 github.com/gobwas/glob v0.2.3 // indirect
75 github.com/gogo/protobuf v1.3.2 // indirect
76 github.com/golang/protobuf v1.5.2 // indirect
77 github.com/google/btree v1.0.1 // indirect
78 github.com/google/gnostic v0.5.7-v3refs // indirect
79 github.com/google/go-cmp v0.5.8 // indirect
80 github.com/google/gofuzz v1.2.0 // indirect
81 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
82 github.com/google/uuid v1.2.0 // indirect
83 github.com/gorilla/mux v1.8.0 // indirect
84 github.com/gosuri/uitable v0.0.4 // indirect
85 github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
86 github.com/huandu/xstrings v1.3.2 // indirect
87 github.com/imdario/mergo v0.3.12 // indirect
88 github.com/inconshreveable/mousetrap v1.0.0 // indirect
89 github.com/jmoiron/sqlx v1.3.5 // indirect
subhash kumar singh8333c8b2022-08-18 08:48:35 +000090 github.com/josharian/intern v1.0.0 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +000091 github.com/json-iterator/go v1.1.12 // indirect
92 github.com/klauspost/compress v1.13.6 // indirect
93 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
94 github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
95 github.com/lib/pq v1.10.6 // indirect
96 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
subhash kumar singh8333c8b2022-08-18 08:48:35 +000097 github.com/mailru/easyjson v0.7.7 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +000098 github.com/mattn/go-colorable v0.1.12 // indirect
99 github.com/mattn/go-isatty v0.0.14 // indirect
100 github.com/mattn/go-runewidth v0.0.9 // indirect
101 github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
102 github.com/mitchellh/copystructure v1.2.0 // indirect
103 github.com/mitchellh/go-wordwrap v1.0.0 // indirect
subhash kumar singh8333c8b2022-08-18 08:48:35 +0000104 github.com/mitchellh/mapstructure v1.4.3 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +0000105 github.com/mitchellh/reflectwalk v1.0.2 // indirect
106 github.com/moby/locker v1.0.1 // indirect
107 github.com/moby/spdystream v0.2.0 // indirect
108 github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
109 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
110 github.com/modern-go/reflect2 v1.0.2 // indirect
111 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
112 github.com/morikuni/aec v1.0.0 // indirect
113 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
subhash kumar singh8333c8b2022-08-18 08:48:35 +0000114 github.com/oklog/ulid v1.3.1 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +0000115 github.com/opencontainers/go-digest v1.0.0 // indirect
116 github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
117 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
118 github.com/pkg/errors v0.9.1 // indirect
subhash kumar singh0158faf2022-08-18 10:07:30 +0000119 github.com/pmezard/go-difflib v1.0.0 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +0000120 github.com/prometheus/client_golang v1.12.1 // indirect
121 github.com/prometheus/client_model v0.2.0 // indirect
122 github.com/prometheus/common v0.32.1 // indirect
123 github.com/prometheus/procfs v0.7.3 // indirect
124 github.com/rubenv/sql-migrate v1.1.2 // indirect
125 github.com/russross/blackfriday v1.5.2 // indirect
126 github.com/shopspring/decimal v1.2.0 // indirect
127 github.com/sirupsen/logrus v1.8.1 // indirect
128 github.com/spf13/cast v1.4.1 // indirect
129 github.com/spf13/cobra v1.5.0 // indirect
130 github.com/spf13/pflag v1.0.5 // indirect
subhash kumar singh6e8d9702022-10-06 13:08:26 +0000131 github.com/stretchr/objx v0.4.0 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +0000132 github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
133 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
134 github.com/xeipuuv/gojsonschema v1.2.0 // indirect
135 github.com/xlab/treeprint v1.1.0 // indirect
136 go.etcd.io/etcd/api/v3 v3.5.4 // indirect
subhash kumar singh8333c8b2022-08-18 08:48:35 +0000137 go.mongodb.org/mongo-driver v1.8.3 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +0000138 go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
139 golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
140 golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
141 golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
subhash kumar singh6e8d9702022-10-06 13:08:26 +0000142 golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +0000143 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
144 golang.org/x/text v0.3.7 // indirect
145 golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
146 google.golang.org/appengine v1.6.7 // indirect
147 google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
148 google.golang.org/grpc v1.47.0 // indirect
149 google.golang.org/protobuf v1.28.0 // indirect
150 gopkg.in/inf.v0 v0.9.1 // indirect
subhash kumar singh8333c8b2022-08-18 08:48:35 +0000151 gopkg.in/yaml.v2 v2.4.0 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +0000152 k8s.io/api v0.25.2 // indirect
153 k8s.io/apiextensions-apiserver v0.25.2 // indirect
154 k8s.io/apimachinery v0.25.2 // indirect
155 k8s.io/apiserver v0.25.2 // indirect
156 k8s.io/cli-runtime v0.25.2 // indirect
157 k8s.io/client-go v0.25.2 // indirect
158 k8s.io/component-base v0.25.2 // indirect
159 k8s.io/klog/v2 v2.70.1 // indirect
160 k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
161 k8s.io/kubectl v0.25.2 // indirect
subhash kumar singh0158faf2022-08-18 10:07:30 +0000162 k8s.io/utils v0.0.0-20220812165043-ad590609e2e5 // indirect
subhash kumar singhf95c1d32022-11-10 09:57:57 +0000163 oras.land/oras-go v1.2.0 // indirect
164 sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
165 sigs.k8s.io/kustomize/api v0.12.1 // indirect
166 sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
167 sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
168 sigs.k8s.io/yaml v1.3.0 // indirect
subhash kumar singh8333c8b2022-08-18 08:48:35 +0000169)
subhash kumar singh0158faf2022-08-18 10:07:30 +0000170
171replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2