Update dependencies

This commit is contained in:
Chris Crone
2020-10-03 10:48:12 +02:00
parent a03b14b845
commit 1897c38ce1
3 changed files with 9 additions and 9 deletions

4
go.mod
View File

@@ -1,8 +1,8 @@
module github.com/chris-crone/containerized-go
go 1.14
go 1.15
require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
)