Skip to content

Commit

Permalink
Re-add the /v3 suffix given that the tags are already out there
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Jun 23, 2023
1 parent 608625d commit 1821e18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Welcome to urfave/cli-altsrc
# Welcome to urfave/cli-altsrc/v3

[![Run Tests](https://github.com/urfave/cli-altsrc/actions/workflows/main.yml/badge.svg)](https://github.com/urfave/cli-altsrc/actions/workflows/main.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/urfave/cli-altsrc.svg)](https://pkg.go.dev/github.com/urfave/cli-altsrc)
[![Go Reference](https://pkg.go.dev/badge/github.com/urfave/cli-altsrc/v3.svg)](https://pkg.go.dev/github.com/urfave/cli-altsrc/v3)
[![Go Report Card](https://goreportcard.com/badge/github.com/urfave/cli-altsrc)](https://goreportcard.com/report/github.com/urfave/cli-altsrc)

urfave/cli-altsrc is an extended value source integration library for [urfave/cli/v3] with support for JSON,
urfave/cli-altsrc/v3 is an extended value source integration library for [urfave/cli/v3] with support for JSON,
YAML, and TOML. The primary reason for this to be a separate library is that third-party libraries are used for these
features which are otherwise not used throughout [urfave/cli/v3].

Expand Down
2 changes: 1 addition & 1 deletion examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"path/filepath"

altsrc "github.com/urfave/cli-altsrc"
altsrc "github.com/urfave/cli-altsrc/v3"
"github.com/urfave/cli/v3"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/urfave/cli-altsrc
module github.com/urfave/cli-altsrc/v3

go 1.18

Expand Down

0 comments on commit 1821e18

Please sign in to comment.