Skip to content

Commit

Permalink
Merge pull request #2 from bstasyszyn/gomod
Browse files Browse the repository at this point in the history
fix: Rename module to logutil-go
  • Loading branch information
Bob Stasyszyn authored Nov 7, 2022
2 parents 9bdb12e + fc00aaf commit c9110e3
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 c9110e3

Please sign in to comment.