From b05cce61fffa5c6dea6ac8b9a1f12b6e3fb7c894 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 13 Sep 2023 22:46:41 -0300 Subject: [PATCH] release: v3.0.0 Closes #14 --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72579471..b5ab5642 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Slim-Sprig: Template functions for Go templates [![GoDoc](https://godoc.org/github.com/go-task/slim-sprig?status.svg)](https://godoc.org/github.com/go-task/slim-sprig) [![Go Report Card](https://goreportcard.com/badge/github.com/go-task/slim-sprig)](https://goreportcard.com/report/github.com/go-task/slim-sprig) +# Slim-Sprig: Template functions for Go templates [![Go Reference](https://pkg.go.dev/badge/github.com/go-task/slim-sprig/v3.svg)](https://pkg.go.dev/github.com/go-task/slim-sprig/v3) Slim-Sprig is a fork of [Sprig](https://github.com/Masterminds/sprig), but with all functions that depend on external (non standard library) or crypto packages diff --git a/go.mod b/go.mod index 36ce353e..fcc72680 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/go-task/slim-sprig +module github.com/go-task/slim-sprig/v3 go 1.20