diff --git a/README.md b/README.md index 86373af..f977493 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ And supports with [elasticsearch](https://github.com/vcaesar/go-gse-elastic) and [![Build Status](https://github.com/go-ego/gse/workflows/Go/badge.svg)](https://github.com/go-ego/gse/commits/master) [![CircleCI Status](https://circleci.com/gh/go-ego/gse.svg?style=shield)](https://circleci.com/gh/go-ego/gse) [![codecov](https://codecov.io/gh/go-ego/gse/branch/master/graph/badge.svg)](https://codecov.io/gh/go-ego/gse) - [![Go Report Card](https://goreportcard.com/badge/github.com/go-ego/gse)](https://goreportcard.com/report/github.com/go-ego/gse) [![GoDoc](https://godoc.org/github.com/go-ego/gse?status.svg)](https://godoc.org/github.com/go-ego/gse) [![GitHub release](https://img.shields.io/github/release/go-ego/gse.svg)](https://github.com/go-ego/gse/releases/latest) diff --git a/go.mod b/go.mod index 0dbd331..dbc49ab 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/go-ego/gse -go 1.17 +go 1.25 require ( github.com/vcaesar/cedar v0.30.0