mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
bump go.mod minimum required go version
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
e9a78b1d1d
commit
6ad5e94674
2 changed files with 2 additions and 1 deletions
|
@ -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
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue