Update go modules (#165)

This commit is contained in:
Toshimaru
2021-05-03 13:16:08 +09:00
committed by GitHub
parent 2e611623a7
commit 9c81441ae0
2 changed files with 14 additions and 7 deletions
+3 -3
View File
@@ -2,9 +2,9 @@ module github.com/alecthomas/kong
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.8.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
go 1.13