Skip to content

Commit

Permalink
dependabot-1 Pinned go to version 1.18 to fix dependency build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bdebyl committed Jul 14, 2022
1 parent dc8d15e commit 5288d2a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 312 deletions.
37 changes: 30 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,25 +1,48 @@
module github.com/meltwater/drone-cache

go 1.18

require (
cloud.google.com/go v0.103.0 // indirect
cloud.google.com/go/storage v1.23.0
github.com/Azure/azure-storage-blob-go v0.15.0
github.com/aws/aws-sdk-go v1.44.55
github.com/dustin/go-humanize v1.0.0
github.com/go-kit/kit v0.12.0
github.com/go-kit/log v0.2.1 // indirect
github.com/google/go-cmp v0.5.8
github.com/klauspost/compress v1.15.8
github.com/mattn/go-ieproxy v0.0.7 // indirect
github.com/pkg/sftp v1.13.5
github.com/urfave/cli/v2 v2.11.0
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
google.golang.org/api v0.87.0
)

require (
cloud.google.com/go v0.103.0 // indirect
cloud.google.com/go/compute v1.7.0 // indirect
cloud.google.com/go/iam v0.3.0 // indirect
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
github.com/googleapis/go-type-adapters v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mattn/go-ieproxy v0.0.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220714152414-ccd2914cffd4 // indirect
google.golang.org/grpc v1.48.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)

go 1.14
Loading

0 comments on commit 5288d2a

Please sign in to comment.