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:35:05 -04:00
parent 0c9eca4a30
commit b771d7bfd3
No known key found for this signature in database
GPG Key ID: 5CB45AE22BAB7EA7
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/anchore/syft)](https://goreportcard.com/report/github.com/anchore/syft)
[![GitHub release](https://img.shields.io/github/release/anchore/syft.svg)](https://github.com/anchore/syft/releases/latest)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/anchore/syft/blob/main/LICENSE)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/anchore/syft.svg)](https://github.com/anchore/syft)
A CLI tool and go library for generating a Software Bill of Materials (SBOM) from container images and filesystems.

2
go.mod
View File

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