From 52f77be4c4735a16a32e9141c78acbe1765f14c2 Mon Sep 17 00:00:00 2001 From: re Date: Mon, 12 Dec 2022 17:49:39 +0300 Subject: [PATCH] repo fixes --- README.md | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 120a573..84189cc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ cast ==== -[![GoDoc](https://godoc.org/github.com/spf13/cast?status.svg)](https://godoc.org/github.com/spf13/cast) -[![Build Status](https://github.com/spf13/cast/actions/workflows/go.yml/badge.svg)](https://github.com/spf13/cast/actions/workflows/go.yml) -[![Go Report Card](https://goreportcard.com/badge/github.com/spf13/cast)](https://goreportcard.com/report/github.com/spf13/cast) +[![GoDoc](https://godoc.org/git.internal/re/cast?status.svg)](https://godoc.org/git.internal/re/cast) +[![Build Status](https://git.internal/re/cast/actions/workflows/go.yml/badge.svg)](https://git.internal/re/cast/actions/workflows/go.yml) +[![Go Report Card](https://goreportcard.com/badge/git.internal/re/cast)](https://goreportcard.com/report/git.internal/re/cast) Easy and safe casting from one type to another in Go diff --git a/go.mod b/go.mod index 255e99f..5b3ffe3 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/spf13/cast +module git.internal/re/cast go 1.18