diff --git a/README.md b/README.md index 43c9030..6225f53 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A Go client library for interacting with the Azimuth watcher GraphQL API. This l ## Installation ```bash -go get github.com/martian-engineering/azimuth-client-go +go get git.vdb.to/LaconicNetwork/azimuth-client-go ``` ## Usage @@ -29,7 +29,7 @@ import ( "fmt" "log" - azimuth "github.com/martian-engineering/azimuth-client-go" + azimuth "git.vdb.to/LaconicNetwork/azimuth-client-go" ) func main() { diff --git a/examples_test.go b/examples_test.go index 4941ab3..3edfb1c 100644 --- a/examples_test.go +++ b/examples_test.go @@ -4,7 +4,7 @@ import ( "fmt" "log" - azimuth "github.com/martian-engineering/azimuth-client-go" + azimuth "git.vdb.to/LaconicNetwork/azimuth-client-go" ) func ExampleNewClient() { diff --git a/go.mod b/go.mod index 8fac1d3..b6f448a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/martian-engineering/azimuth-client-go +module git.vdb.to/LaconicNetwork/azimuth-client-go go 1.23