Commit 880f3ba
authored
Update go module url
It looks like the go module is now at `go get github.com/segmentio/analytics-go/v3`
Following the docs a user gets this warning:
```
% go get gopkg.in/segmentio/analytics-go.v3
go: downloading gopkg.in/segmentio/analytics-go.v3 v3.2.1
go: gopkg.in/segmentio/[email protected]: parsing go.mod:
module declares its path as: github.com/segmentio/analytics-go/v3
but was required as: gopkg.in/segmentio/analytics-go.v3
```1 parent 21e5124 commit 880f3ba
File tree
1 file changed
+1
-1
lines changed- src/connections/sources/catalog/libraries/server/go
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments