updating references to martian to laconic

This commit is contained in:
John Hyde 2025-09-16 23:42:51 -07:00
parent 3bb71252ce
commit c53218f7da
3 changed files with 4 additions and 4 deletions

View File

@ -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() {

View File

@ -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() {

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/martian-engineering/azimuth-client-go
module git.vdb.to/LaconicNetwork/azimuth-client-go
go 1.23