chore: upgrade tagcmp + run mod tidy

This commit is contained in:
2021-11-03 06:29:06 +01:00
parent f02ea7ca0d
commit 08aca28d9d
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@ -3,7 +3,7 @@ module coopcloud.tech/abra
go 1.16
require (
coopcloud.tech/tagcmp v0.0.0-20211011140827-4f27c74467eb
coopcloud.tech/tagcmp v0.0.0-20211103052201-885b22f77d52
github.com/AlecAivazis/survey/v2 v2.3.1
github.com/Autonomic-Cooperative/godotenv v1.3.1-0.20210731170023-c37c0920d1a4
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
@ -44,5 +44,5 @@ require (
github.com/sfreiberg/simplessh v0.0.0-20180301191542-495cbb862a9c
github.com/theupdateframework/notary v0.7.0 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0
)