-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/senzing-garage/go-sdk-abstract-factory from 0.9.4 to …
…0.9.5 (#334) * Bump github.com/senzing-garage/go-sdk-abstract-factory Bumps [github.com/senzing-garage/go-sdk-abstract-factory](https://github.com/senzing-garage/go-sdk-abstract-factory) from 0.9.4 to 0.9.5. - [Release notes](https://github.com/senzing-garage/go-sdk-abstract-factory/releases) - [Changelog](https://github.com/senzing-garage/go-sdk-abstract-factory/blob/main/CHANGELOG.md) - [Commits](senzing-garage/go-sdk-abstract-factory@0.9.4...0.9.5) --- updated-dependencies: - dependency-name: github.com/senzing-garage/go-sdk-abstract-factory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update dependencies * Refactor to template-go * Fix code * Fix code * Debug -1 * Debug - 2 * Debug - 3 * Debug - 4 * Debug - 5 * Prepare for versioned release --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: docktermj <[email protected]>
- Loading branch information
1 parent
30ef9d2
commit 362499e
Showing
12 changed files
with
125 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/zsh | ||
|
||
export DYLD_LIBRARY_PATH=/opt/senzing/er/lib:/opt/senzing/er/lib/macos | ||
export SENZING_PATH=${HOME}/senzing | ||
export DYLD_LIBRARY_PATH=${SENZING_PATH}/er/lib:${SENZING_PATH}/er/lib/macos | ||
export LD_LIBRARY_PATH=${DYLD_LIBRARY_PATH} | ||
|
||
"$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.