Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 5288d2a

Browse files
committed
dependabot-1 Pinned go to version 1.18 to fix dependency build issue
1 parent dc8d15e commit 5288d2a

File tree

2 files changed

+33
-312
lines changed

2 files changed

+33
-312
lines changed

go.mod

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,48 @@
11
module github.com/meltwater/drone-cache
22

3+
go 1.18
4+
35
require (
4-
cloud.google.com/go v0.103.0 // indirect
56
cloud.google.com/go/storage v1.23.0
67
github.com/Azure/azure-storage-blob-go v0.15.0
78
github.com/aws/aws-sdk-go v1.44.55
89
github.com/dustin/go-humanize v1.0.0
910
github.com/go-kit/kit v0.12.0
10-
github.com/go-kit/log v0.2.1 // indirect
1111
github.com/google/go-cmp v0.5.8
1212
github.com/klauspost/compress v1.15.8
13-
github.com/mattn/go-ieproxy v0.0.7 // indirect
1413
github.com/pkg/sftp v1.13.5
1514
github.com/urfave/cli/v2 v2.11.0
1615
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
17-
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
1816
golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0
19-
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
2017
google.golang.org/api v0.87.0
18+
)
19+
20+
require (
21+
cloud.google.com/go v0.103.0 // indirect
22+
cloud.google.com/go/compute v1.7.0 // indirect
23+
cloud.google.com/go/iam v0.3.0 // indirect
24+
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
25+
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
26+
github.com/go-kit/log v0.2.1 // indirect
27+
github.com/go-logfmt/logfmt v0.5.1 // indirect
28+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29+
github.com/golang/protobuf v1.5.2 // indirect
30+
github.com/google/uuid v1.3.0 // indirect
31+
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
32+
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
33+
github.com/googleapis/go-type-adapters v1.0.0 // indirect
34+
github.com/jmespath/go-jmespath v0.4.0 // indirect
35+
github.com/kr/fs v0.1.0 // indirect
36+
github.com/mattn/go-ieproxy v0.0.7 // indirect
37+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
38+
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
39+
go.opencensus.io v0.23.0 // indirect
40+
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
41+
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
42+
golang.org/x/text v0.3.7 // indirect
43+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
44+
google.golang.org/appengine v1.6.7 // indirect
2145
google.golang.org/genproto v0.0.0-20220714152414-ccd2914cffd4 // indirect
2246
google.golang.org/grpc v1.48.0 // indirect
47+
google.golang.org/protobuf v1.28.0 // indirect
2348
)
24-
25-
go 1.14

0 commit comments

Comments
 (0)