Skip to content

Commit 30bd18c

Browse files
committed
ci: modified module
1 parent 8cbe8b5 commit 30bd18c

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"go.inferGopath": false
3+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Otherwise, you need to do a datastore migration.
116116

117117
## Contribute
118118

119-
Feel free to join in. All welcome. Open an [issue](https://github.com/samperfect/go-ds-s3/issues)!
119+
Feel free to join in. All welcome. Open an [issue](https://github.com/lighthouse-web3/go-ds-s3/issues)!
120120

121121
### Want to hack on IPFS?
122122

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/samperfect/go-ds-s3
1+
module github.com/lighthouse-web3/go-ds-s3
22

33
go 1.18
44

plugin/main/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
plugin "github.com/samperfect/go-ds-s3/plugin"
4+
plugin "github.com/lighthouse-web3/go-ds-s3/plugin"
55
)
66

77
var Plugins = plugin.Plugins //nolint

plugin/s3ds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/ipfs/kubo/plugin"
77
"github.com/ipfs/kubo/repo"
88
"github.com/ipfs/kubo/repo/fsrepo"
9-
s3ds "github.com/samperfect/go-ds-s3"
9+
s3ds "github.com/lighthouse-web3/go-ds-s3"
1010
)
1111

1212
var Plugins = []plugin.Plugin{

plugin/s3ds_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"reflect"
55
"testing"
66

7-
s3ds "github.com/samperfect/go-ds-s3"
7+
s3ds "github.com/lighthouse-web3/go-ds-s3"
88
)
99

1010
func TestS3PluginDatastoreConfigParser(t *testing.T) {

0 commit comments

Comments
 (0)