Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-coveooss committed Oct 6, 2023
1 parent 3160afa commit ee6012e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ module github.com/coveooss/tgf
go 1.17

require (
github.com/aws/aws-sdk-go-v2 v1.17.1
github.com/aws/aws-sdk-go-v2/config v1.17.10
github.com/aws/aws-sdk-go-v2/credentials v1.12.23
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.20
github.com/aws/aws-sdk-go-v2/service/iam v1.18.23
github.com/aws/aws-sdk-go-v2/service/ssm v1.32.0
github.com/aws/aws-sdk-go-v2/service/sts v1.17.1
github.com/aws/smithy-go v1.13.4
github.com/aws/aws-sdk-go-v2 v1.21.0
github.com/aws/aws-sdk-go-v2/config v1.18.43
github.com/aws/aws-sdk-go-v2/credentials v1.13.41
github.com/aws/aws-sdk-go-v2/service/ecr v1.20.0
github.com/aws/aws-sdk-go-v2/service/iam v1.22.5
github.com/aws/aws-sdk-go-v2/service/ssm v1.38.0
github.com/aws/aws-sdk-go-v2/service/sts v1.23.0
github.com/aws/smithy-go v1.14.2
github.com/blang/semver/v4 v4.0.0
github.com/coveooss/gotemplate/v3 v3.7.3
github.com/coveooss/gotemplate/v3 v3.7.5
github.com/coveooss/multilogger v0.5.2
github.com/coveord/kingpin/v2 v2.4.2
github.com/docker/docker v20.10.24+incompatible
github.com/fatih/color v1.13.0
github.com/hashicorp/go-getter v1.7.0
github.com/minio/selfupdate v0.5.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/docker/docker v20.10.26+incompatible
github.com/fatih/color v1.15.0
github.com/hashicorp/go-getter v1.7.2
github.com/minio/selfupdate v0.6.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v2 v2.4.0
)

Expand Down

0 comments on commit ee6012e

Please sign in to comment.