blob: f8b1aad45415460ed7a790b1106f5221e643cdf7 [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 (
26 github.com/go-openapi/errors v0.20.2
27 github.com/go-openapi/loads v0.21.1
28 github.com/go-openapi/runtime v0.24.1
29 github.com/go-openapi/spec v0.20.6
30 github.com/go-openapi/strfmt v0.21.2
31 github.com/go-openapi/swag v0.21.1
32 github.com/go-openapi/validate v0.22.0
33 github.com/jessevdk/go-flags v1.5.0
34 golang.org/x/net v0.0.0-20220630215102-69896b714898
35)
36
37require (
38 github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
39 github.com/docker/go-units v0.4.0 // indirect
40 github.com/go-openapi/analysis v0.21.2 // indirect
41 github.com/go-openapi/jsonpointer v0.19.5 // indirect
42 github.com/go-openapi/jsonreference v0.20.0 // indirect
43 github.com/go-stack/stack v1.8.1 // indirect
44 github.com/josharian/intern v1.0.0 // indirect
45 github.com/mailru/easyjson v0.7.7 // indirect
46 github.com/mitchellh/mapstructure v1.4.3 // indirect
47 github.com/oklog/ulid v1.3.1 // indirect
48 go.mongodb.org/mongo-driver v1.8.3 // indirect
49 golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
50 gopkg.in/yaml.v2 v2.4.0 // indirect
51)