From c53218f7da9f53bcdce97838b9b31a8b2f195f86 Mon Sep 17 00:00:00 2001 From: John Hyde Date: Tue, 16 Sep 2025 23:42:51 -0700 Subject: [PATCH] updating references to martian to laconic --- README.md | 4 ++-- examples_test.go | 2 +- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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