aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2026-04-08 18:34:01 +0100
committerTrey Bastian <hello@treybastian.com>2026-04-08 18:34:01 +0100
commitd923d9e97e49ef53913f41a15396e350f8045447 (patch)
treee66360f7063165a654bb3b210e4d344c1507e795
parent5be39d08148fcf9267f34c4bf888f32189c8ba82 (diff)
updated pathsHEADmain
-rw-r--r--README.md8
-rw-r--r--go.mod2
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e09ca68..58df95c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# colourize
-[![GoDoc](https://godoc.org/tangled.org/treybastian.com/colourize?status.svg)](https://godoc.org/github.com/TreyBastian/colourize) [![Build Status](https://travis-ci.org/TreyBastian/colourize.svg?branch=master)](https://travis-ci.org/TreyBastian/colourize) [![Coverage Status](https://coveralls.io/repos/TreyBastian/colourize/badge.svg?branch=master)](https://coveralls.io/r/TreyBastian/colourize?branch=master) [![Go Report
-Card](https://goreportcard.com/badge/tangled.org/treybastian.com/colourize)](https://goreportcard.com/report/github.com/TreyBastian/colourize)
+[![GoDoc](https://godoc.org/git.treybastian.com/colourize?status.svg)](https://godoc.org/git.treybastian.com/colourize) [![Build Status](https://travis-ci.org/TreyBastian/colourize.svg?branch=master)](https://travis-ci.org/TreyBastian/colourize) [![Coverage Status](https://coveralls.io/repos/TreyBastian/colourize/badge.svg?branch=master)](https://coveralls.io/r/TreyBastian/colourize?branch=master) [![Go Report
+Card](https://goreportcard.com/badge/git.treybastian.com/colourize)](https://goreportcard.com/report/git.treyBastian.com/colourize)
An ANSI colour terminal package for Go.
Supports all ANSI colours and emphasis. Not compatible with Windows systems.
@@ -11,13 +11,13 @@ Feel free to submit patches to patches@treybastian.com
# Installation
- go get tangled.org/trebastian.com/colourize
+ go get git.trebastian.com/colourize
# Usage
package main
import (
- c "tangled.org/trebastian.com/colourize"
+ c "git.trebastian.com/colourize"
"fmt"
)
diff --git a/go.mod b/go.mod
index f1e9909..61be8ef 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module tangled.org/treybastian.com/colourize
+module git.treybastian.com/colourize
go 1.25.4