Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Coveo Renovate Bot committed Feb 13, 2024
1 parent b9ccf40 commit 66064b5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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.25.0
github.com/aws/aws-sdk-go-v2/config v1.27.0
github.com/aws/aws-sdk-go-v2/credentials v1.17.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.25.0
github.com/aws/aws-sdk-go-v2/service/iam v1.29.0
github.com/aws/aws-sdk-go-v2/service/ssm v1.46.0
github.com/aws/aws-sdk-go-v2/service/sts v1.27.0
github.com/aws/smithy-go v1.20.0
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/fatih/color v1.16.0
github.com/hashicorp/go-getter v1.7.3
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 66064b5

Please sign in to comment.