Skip to content

Commit

Permalink
Update dependencies (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Mar 15, 2024
1 parent 3178406 commit 9b97da9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 374 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: FOSSA scan
uses: fossa-contrib/fossa-action@v3
with:
fossa-api-key: 9dc8fa92e3dd565687317beb87b56d89
fossa-api-key: 0c3bbcdf20e157bbd487dae173751b28

unit-tests:
runs-on: ubuntu-latest
Expand Down
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
// Copyright 2019 Communication Service/Software Laboratory, National Chiao Tung University (free5gc.org)
//
// SPDX-License-Identifier: Apache-2.0

module github.com/omec-project/ngap

go 1.21

require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/omec-project/aper v1.1.0
github.com/omec-project/openapi v1.1.0
github.com/omec-project/aper v1.1.1
github.com/omec-project/openapi v1.2.0
github.com/sirupsen/logrus v1.8.1
)

Expand Down
2 changes: 2 additions & 0 deletions go.mod.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SPDX-FileCopyrightText: 2019 Communication Service/Software Laboratory, National Chiao Tung University (free5gc.org)
SPDX-FileCopyrightText: 2022 Open Networking Foundation <info@opennetworking.org>
SPDX-FileCopyrightText: 2024 Intel Corporation

SPDX-License-Identifier: Apache-2.0
Loading

0 comments on commit 9b97da9

Please sign in to comment.