Skip to content

Commit e6e9ea3

Browse files
committed
Update module name
1 parent 8413b3f commit e6e9ea3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Prometheus Remote Write Go client with minimal dependencies. Supports Prometheus
55
### Install
66

77
```
8-
go get -u github.com/anjmao/promwrite
8+
go get -u github.com/castai/promwrite
99
```
1010

1111
### Example Usage

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/gogo/protobuf/proto"
1212
"github.com/golang/snappy"
1313

14-
"github.com/anjmao/promwrite/prompb"
14+
"github.com/castai/promwrite/prompb"
1515
)
1616

1717
type TimeSeries struct {

client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
"github.com/golang/snappy"
1414
"github.com/stretchr/testify/require"
1515

16-
"github.com/anjmao/promwrite"
17-
"github.com/anjmao/promwrite/prompb"
16+
"github.com/castai/promwrite"
17+
"github.com/castai/promwrite/prompb"
1818
)
1919

2020
func TestClient(t *testing.T) {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/anjmao/promwrite
1+
module github.com/castai/promwrite
22

33
go 1.17
44

0 commit comments

Comments
 (0)