Skip to content

Commit

Permalink
Merge pull request #2 from omec-project/dev-cleanup-dep
Browse files Browse the repository at this point in the history
Dependency cleanup
  • Loading branch information
thakurajayL authored May 25, 2022
2 parents 3455572 + 8e33f79 commit 11c2842
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aper.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"reflect"
"runtime"

"github.com/free5gc/aper/logger"
"github.com/omec-project/aper/logger"
)

type perBitData struct {
Expand Down
2 changes: 1 addition & 1 deletion aper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"testing"

"github.com/free5gc/aper/logger"
"github.com/omec-project/aper/logger"
)

var perTestTraceLevel = 2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0

module github.com/free5gc/aper
module github.com/omec-project/aper

go 1.14

Expand Down

0 comments on commit 11c2842

Please sign in to comment.