Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

chore(deps): update all #191

Merged
merged 1 commit into from
Jul 2, 2021
Merged
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/cybozu/assam
go 1.15

require (
github.com/aws/aws-sdk-go v1.38.58
github.com/chromedp/cdproto v0.0.0-20210610012203-ae0add727b87
github.com/aws/aws-sdk-go v1.38.71
github.com/chromedp/cdproto v0.0.0-20210625233425-810000e4a4fc
github.com/chromedp/chromedp v0.7.3
github.com/google/uuid v1.2.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
gopkg.in/ini.v1 v1.62.0
Expand Down
Loading