From d3507f2cf0b57e04a1d4285d90f694b89aef9bdf Mon Sep 17 00:00:00 2001 From: Andreas Williams Date: Wed, 27 Jul 2022 15:44:50 +0100 Subject: [PATCH] Update mod name --- README.md | 8 ++++---- go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 519eafe..21a460c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # segment-config-go -[![Github Actions](https://github.com/ajbosco/segment-config-go/workflows/build/badge.svg?branch=master&event=push)](https://github.com/ajbosco/segment-config-go/actions?workflow=build) -[![Go Report Card](https://goreportcard.com/badge/github.com/ajbosco/segment-config-go?style=flat-square)](https://goreportcard.com/report/github.com/ajbosco/segment-config-go) -[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/ajbosco/segment-config-go/segment) +[![Github Actions](https://github.com/uswitch/segment-config-go/workflows/build/badge.svg?branch=master&event=push)](https://github.com/uswitch/segment-config-go/actions?workflow=build) +[![Go Report Card](https://goreportcard.com/badge/github.com/uswitch/segment-config-go?style=flat-square)](https://goreportcard.com/report/github.com/uswitch/segment-config-go) +[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/uswitch/segment-config-go/segment) segment-config-go is a Go client library for accessing the [Segment Config](https://segment.com/docs/config-api/) API. @@ -21,7 +21,7 @@ segment-config-go requires a Segment Personal Access Token for authentication. Y ## Usage ```go -import "github.com/ajbosco/segment-config-go/segment" +import "github.com/uswitch/segment-config-go/segment" ``` Construct a new Segment client with your access token and Segment workspace. For example: diff --git a/go.mod b/go.mod index d147b78..d6cf04d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ajbosco/segment-config-go +module github.com/uswitch/segment-config-go go 1.16