Add logger to RICDMS
[ric-plt/ricdms.git] / go.mod
1 //
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 //
21 module gerrit.o-ran-sc.org/r/ric-plt/ricdms
22
23 go 1.17
24
25 require (
26         gerrit.o-ran-sc.org/r/com/golog v0.0.0-00010101000000-000000000000
27         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
35         github.com/stretchr/testify v1.7.0
36         golang.org/x/net v0.0.0-20220630215102-69896b714898
37 )
38
39 require (
40         github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
41         github.com/davecgh/go-spew v1.1.1 // indirect
42         github.com/docker/go-units v0.4.0 // indirect
43         github.com/go-openapi/analysis v0.21.2 // indirect
44         github.com/go-openapi/jsonpointer v0.19.5 // indirect
45         github.com/go-openapi/jsonreference v0.20.0 // indirect
46         github.com/go-stack/stack v1.8.1 // indirect
47         github.com/josharian/intern v1.0.0 // indirect
48         github.com/mailru/easyjson v0.7.7 // indirect
49         github.com/mitchellh/mapstructure v1.4.3 // indirect
50         github.com/oklog/ulid v1.3.1 // indirect
51         github.com/pmezard/go-difflib v1.0.0 // indirect
52         go.mongodb.org/mongo-driver v1.8.3 // indirect
53         golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
54         gopkg.in/yaml.v2 v2.4.0 // indirect
55         gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
56         k8s.io/utils v0.0.0-20220812165043-ad590609e2e5 // indirect
57 )
58
59 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2