We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6c20d commit 7e572a4Copy full SHA for 7e572a4
scripts/go-mod-replace-kernel.sh
@@ -62,8 +62,8 @@ fi
62
63
# Remove any existing replace directive for the SDK (ignore error if it doesn't exist)
64
# Then add the new replace directive pointing at the desired commit
65
-go mod edit -dropreplace=github.com/onkernel/kernel-go-sdk 2>/dev/null || true
66
-go mod edit -replace=github.com/onkernel/kernel-go-sdk=github.com/stainless-sdks/kernel-go@"$gomod_version"
+go mod edit -dropreplace=github.com/kernel/kernel-go-sdk 2>/dev/null || true
+go mod edit -replace=github.com/kernel/kernel-go-sdk=github.com/stainless-sdks/kernel-go@"$gomod_version"
67
go mod tidy
68
69
echo "go.mod updated to use github.com/stainless-sdks/kernel-go @ $gomod_version"
0 commit comments