Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

build(deps): bump cloud.google.com/go/storage from 1.6.0 to 1.14.0 #148

Open
wants to merge 1 commit into
base: master
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
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
module github.com/NYTimes/gcs-helper/v3

require (
cloud.google.com/go v0.51.0 // indirect
cloud.google.com/go/storage v1.6.0
cloud.google.com/go/storage v1.14.0
github.com/fsouza/fake-gcs-server v1.17.1
github.com/google/go-cmp v0.4.0
github.com/google/go-cmp v0.5.4
github.com/google/gops v0.3.7
github.com/kelseyhightower/envconfig v1.4.0
github.com/sirupsen/logrus v1.4.2
google.golang.org/api v0.20.0
google.golang.org/api v0.40.0
)

go 1.13
Loading