Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Bump github.com/chanzuckerberg/go-misc from 0.0.0-20201222183624-ac0eadedb39c to 1.0.6 #55

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/chanzuckerberg/terraform-provider-bless
go 1.15

require (
github.com/aws/aws-sdk-go v1.37.16
github.com/chanzuckerberg/go-misc v0.0.0-20201222183624-ac0eadedb39c
github.com/aws/aws-sdk-go v1.44.199
github.com/chanzuckerberg/go-misc v1.0.6
github.com/hashicorp/terraform-plugin-sdk v1.17.2
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.6.0
)
Loading