Skip to content

Commit 93fbd2c

Browse files
committed
update go import path to github.com/pulumi/shard
1 parent 48b4731 commit 93fbd2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
shard: [0, 1, 2, 3]
1414
steps:
1515
- name: Shard tests
16-
run: go run github.com/blampe/shard --total ${{ strategy.job-total }} --index ${{ strategy.job-index }} > tests
16+
run: go run github.com/pulumi/shard --total ${{ strategy.job-total }} --index ${{ strategy.job-index }} > tests
1717
- name: Run tests
1818
run: go test $(cat tests)
1919
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/blampe/shard
1+
module github.com/pulumi/shard
22

33
go 1.21.0

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"path/filepath"
1010
"strings"
1111

12-
"github.com/blampe/shard/internal"
12+
"github.com/pulumi/shard/internal"
1313
)
1414

1515
type testf struct {

0 commit comments

Comments
 (0)