File tree Expand file tree Collapse file tree 2 files changed +517
-99
lines changed Expand file tree Collapse file tree 2 files changed +517
-99
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ module github.com/simonpasquier/sandbox
3
3
go 1.14
4
4
5
5
require (
6
+ github.com/go-kit/kit v0.9.0
6
7
github.com/google/go-github/v27 v27.0.6
8
+ github.com/heroku/docker-registry-client v0.0.0-20211012143308-9463674c8930
7
9
github.com/jszwedko/go-circleci v0.2.0
8
10
github.com/oklog/ulid v1.3.1
9
- github.com/pkg/errors v0.8 .1
10
- github.com/prometheus/client_golang v1.4.1
11
- github.com/prometheus/common v0.9.1
11
+ github.com/pkg/errors v0.9 .1
12
+ github.com/prometheus/client_golang v1.17.0
13
+ github.com/prometheus/common v0.44.0
12
14
github.com/prometheus/prometheus v1.8.2-0.20200213233353-b90be6f32a33
13
- golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
14
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
15
- google.golang.org/grpc v1.23.0
16
- gopkg.in/yaml.v2 v2.2.7
15
+ golang.org/x/oauth2 v0.8.0
16
+ google.golang.org/grpc v1.31.0
17
+ gopkg.in/yaml.v2 v2.4.0
17
18
)
You can’t perform that action at this time.
0 commit comments