7
7
8
8
# BEGIN deps (run `make update-deps` to update)
9
9
10
- # Repo cloud.google.com/go at 2f1da5d (2017-05-01 )
11
- RUN go get -d cloud.google.com/go/compute/metadata `#and 9 other pkgs` &&\
12
- (cd /go/src/cloud.google.com/go && git reset --hard 2f1da5d762c81a12c516bfb8a9ede96f42750361 )
10
+ # Repo cloud.google.com/go at 242055b (2017-07-15 )
11
+ RUN go get -d cloud.google.com/go/compute/metadata `#and 10 other pkgs` &&\
12
+ (cd /go/src/cloud.google.com/go && git reset --hard 242055bb2e2977620eca971b4e9aea46c4e31deb )
13
13
14
- # Repo github.com/golang/protobuf at 6a1fa94 (2017-06-22 )
15
- RUN go get -d github.com/golang/protobuf/proto `#and 6 other pkgs` &&\
16
- (cd /go/src/github.com/golang/protobuf && git reset --hard 6a1fa9404c0aebf36c879bc50152edcc953910d2 )
14
+ # Repo github.com/golang/protobuf at 0a4f71a (2017-07-11 )
15
+ RUN go get -d github.com/golang/protobuf/proto `#and 9 other pkgs` &&\
16
+ (cd /go/src/github.com/golang/protobuf && git reset --hard 0a4f71a498b7c4812f64969510bcb4eca251e33a )
17
17
18
- # Repo github.com/googleapis/gax-go at da06d19 (2016-11-07 )
18
+ # Repo github.com/googleapis/gax-go at 84ed267 (2017-06-10 )
19
19
RUN go get -d github.com/googleapis/gax-go &&\
20
- (cd /go/src/github.com/googleapis/gax-go && git reset --hard da06d194a00e19ce00d9011a13931c3f6f6887c7 )
20
+ (cd /go/src/github.com/googleapis/gax-go && git reset --hard 84ed26760e7f6f80887a2fbfb50db3cc415d2cea )
21
21
22
22
# Repo go4.org at 034d17a (2017-05-25)
23
23
RUN go get -d go4.org/syncutil &&\
24
24
(cd /go/src/go4.org && git reset --hard 034d17a462f7b2dcd1a4a73553ec5357ff6e6c6e)
25
25
26
- # Repo golang.org/x/crypto at 0fe9631 (2017-05-16 )
26
+ # Repo golang.org/x/crypto at a48ac81 (2017-07-06 )
27
27
RUN go get -d golang.org/x/crypto/acme `#and 2 other pkgs` &&\
28
- (cd /go/src/golang.org/x/crypto && git reset --hard 0fe963104e9d1877082f8fb38f816fcd97eb1d10 )
28
+ (cd /go/src/golang.org/x/crypto && git reset --hard a48ac81e47fd6f9ed1258f3b60ae9e75f93cb7ed )
29
29
30
- # Repo golang.org/x/net at f01ecb6 (2017-07-11 )
30
+ # Repo golang.org/x/net at b3756b4 (2017-07-16 )
31
31
RUN go get -d golang.org/x/net/context `#and 8 other pkgs` &&\
32
- (cd /go/src/golang.org/x/net && git reset --hard f01ecb60fe3835d80d9a0b7b2bf24b228c89260e )
32
+ (cd /go/src/golang.org/x/net && git reset --hard b3756b4b77d7b13260a0a2ec658753cf48922eac )
33
33
34
- # Repo golang.org/x/oauth2 at ad516a2 (2017-05-10 )
34
+ # Repo golang.org/x/oauth2 at cce311a (2017-06-29 )
35
35
RUN go get -d golang.org/x/oauth2 `#and 5 other pkgs` &&\
36
- (cd /go/src/golang.org/x/oauth2 && git reset --hard ad516a297a9f2a74ecc244861b298c94bdd28b9d )
36
+ (cd /go/src/golang.org/x/oauth2 && git reset --hard cce311a261e6fcf29de72ca96827bdb0b7d9c9e6 )
37
37
38
- # Repo golang.org/x/perf at b74b457 (2017-04-21 )
38
+ # Repo golang.org/x/perf at 4979bd1 (2017-07-06 )
39
39
RUN go get -d golang.org/x/perf/storage `#and 2 other pkgs` &&\
40
- (cd /go/src/golang.org/x/perf && git reset --hard b74b45749c47cd1edf5b64df78ecf13bd2dd944f )
40
+ (cd /go/src/golang.org/x/perf && git reset --hard 4979bd159b01a7695a1b277f4ea76cab354f278c )
41
41
42
- # Repo golang.org/x/text at cfdf022 (2017-07-06 )
42
+ # Repo golang.org/x/text at 836efe4 (2017-07-14 )
43
43
RUN go get -d golang.org/x/text/secure/bidirule `#and 4 other pkgs` &&\
44
- (cd /go/src/golang.org/x/text && git reset --hard cfdf022e86b4ecfb646e1efbd7db175dd623a8fa )
44
+ (cd /go/src/golang.org/x/text && git reset --hard 836efe42bb4aa16aaa17b9c155d8813d336ed720 )
45
45
46
46
# Repo golang.org/x/time at 8be79e1 (2017-04-24)
47
47
RUN go get -d golang.org/x/time/rate &&\
48
48
(cd /go/src/golang.org/x/time && git reset --hard 8be79e1e0910c292df4e79c241bb7e8f7e725959)
49
49
50
- # Repo google.golang.org/api at 16ab375 (2017-03-21 )
50
+ # Repo google.golang.org/api at e665075 (2017-07-10 )
51
51
RUN go get -d google.golang.org/api/compute/v1 `#and 12 other pkgs` &&\
52
- (cd /go/src/google.golang.org/api && git reset --hard 16ab375f94503bfa0d19db78e96bffbe1a34354f )
52
+ (cd /go/src/google.golang.org/api && git reset --hard e665075b5ff79143ba49c58fab02df9dc122afd5 )
53
53
54
- # Repo google.golang.org/genproto at aa2eb68 (2017-06-01 )
55
- RUN go get -d google.golang.org/genproto/googleapis/api/annotations `#and 5 other pkgs` &&\
56
- (cd /go/src/google.golang.org/genproto && git reset --hard aa2eb687b4d3e17154372564ad8d6bf11c3cf21f )
54
+ # Repo google.golang.org/genproto at b0a3dcf (2017-07-12 )
55
+ RUN go get -d google.golang.org/genproto/googleapis/api/annotations `#and 10 other pkgs` &&\
56
+ (cd /go/src/google.golang.org/genproto && git reset --hard b0a3dcfcd1a9bd48e63634bd8802960804cf8315 )
57
57
58
- # Repo google.golang.org/grpc at 41d9b6e (2017-07-05 )
58
+ # Repo google.golang.org/grpc at ce03e9c (2017-07-17 )
59
59
RUN go get -d google.golang.org/grpc `#and 15 other pkgs` &&\
60
- (cd /go/src/google.golang.org/grpc && git reset --hard 41d9b6ea2a6335f3a22074ed35c0542c9da1baf4 )
60
+ (cd /go/src/google.golang.org/grpc && git reset --hard ce03e9cc712c2009613184c73f2c140cc42beffe )
61
61
62
62
# Repo gopkg.in/inf.v0 at 3887ee9 (2015-09-11)
63
63
RUN go get -d gopkg.in/inf.v0 &&\
@@ -76,10 +76,14 @@ RUN go install cloud.google.com/go/compute/metadata \
76
76
cloud.google.com/go/internal/fields \
77
77
cloud.google.com/go/internal/optional \
78
78
cloud.google.com/go/internal/version \
79
+ cloud.google.com/go/monitoring/apiv3 \
79
80
cloud.google.com/go/storage \
80
81
github.com/golang/protobuf/proto \
81
82
github.com/golang/protobuf/protoc-gen-go/descriptor \
83
+ github.com/golang/protobuf/ptypes \
82
84
github.com/golang/protobuf/ptypes/any \
85
+ github.com/golang/protobuf/ptypes/duration \
86
+ github.com/golang/protobuf/ptypes/empty \
83
87
github.com/golang/protobuf/ptypes/struct \
84
88
github.com/golang/protobuf/ptypes/timestamp \
85
89
github.com/golang/protobuf/ptypes/wrappers \
@@ -120,8 +124,13 @@ RUN go install cloud.google.com/go/compute/metadata \
120
124
google.golang.org/api/storage/v1 \
121
125
google.golang.org/api/transport \
122
126
google.golang.org/genproto/googleapis/api/annotations \
127
+ google.golang.org/genproto/googleapis/api/distribution \
128
+ google.golang.org/genproto/googleapis/api/label \
129
+ google.golang.org/genproto/googleapis/api/metric \
130
+ google.golang.org/genproto/googleapis/api/monitoredres \
123
131
google.golang.org/genproto/googleapis/datastore/v1 \
124
132
google.golang.org/genproto/googleapis/iam/v1 \
133
+ google.golang.org/genproto/googleapis/monitoring/v3 \
125
134
google.golang.org/genproto/googleapis/rpc/status \
126
135
google.golang.org/genproto/googleapis/type/latlng \
127
136
google.golang.org/grpc \
0 commit comments