Skip to content

Commit

Permalink
fix: Rename module to logutil-go
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
  • Loading branch information
bstasyszyn committed Nov 7, 2022
1 parent 9bdb12e commit fc00aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/trustbloc/logutil
module github.com/trustbloc/logutil-go

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion scripts/check_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

# Running vcs unit tests
echo "logutil-go unit tests..."
PKGS=`go list github.com/trustbloc/logutil/... 2> /dev/null | \
PKGS=`go list github.com/trustbloc/logutil-go/... 2> /dev/null | \
grep -v /mocks`
go test $PKGS -count=1 -race -coverprofile=profile.out -covermode=atomic -timeout=10m
amend_coverage_file
Expand Down

0 comments on commit fc00aaf

Please sign in to comment.