bump go.mod minimum required go version

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
Alex Goodman 2021-04-16 08:55:03 -04:00
parent e9a78b1d1d
commit 6ad5e94674
No known key found for this signature in database
GPG key ID: 5CB45AE22BAB7EA7
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/anchore/grype)](https://goreportcard.com/report/github.com/anchore/grype)
[![GitHub release](https://img.shields.io/github/release/anchore/grype.svg)](https://github.com/anchore/grype/releases/latest)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/anchore/grype/blob/main/LICENSE)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/anchore/grype.svg)](https://github.com/anchore/grype)
A vulnerability scanner for container images and filesystems. [Easily install the binary](#installation) to try it out.

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/anchore/grype
go 1.14
go 1.16
require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d