Skip to content

Commit 40b53f4

Browse files
Bump github.com/go-kit/kit from 0.10.0 to 0.12.0 (#6)
Bumps [github.com/go-kit/kit](https://github.com/go-kit/kit) from 0.10.0 to 0.12.0. - [Release notes](https://github.com/go-kit/kit/releases) - [Commits](go-kit/kit@v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: github.com/go-kit/kit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 647eb71 commit 40b53f4

File tree

2 files changed

+291
-239
lines changed

2 files changed

+291
-239
lines changed

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@ module github.com/cpanato/github_actions_exporter
33
go 1.18
44

55
require (
6-
github.com/go-kit/kit v0.10.0
6+
github.com/go-kit/kit v0.12.0
77
github.com/google/go-github/v43 v43.0.0
8-
github.com/prometheus/client_golang v1.8.0
9-
github.com/prometheus/common v0.15.0
8+
github.com/prometheus/client_golang v1.11.0
9+
github.com/prometheus/common v0.30.0
1010
github.com/stretchr/testify v1.7.1
11-
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
11+
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
1212
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1313
)
1414

1515
require (
1616
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
1717
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
1818
github.com/beorn7/perks v1.0.1 // indirect
19-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
19+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2020
github.com/davecgh/go-spew v1.1.1 // indirect
21-
github.com/go-logfmt/logfmt v0.5.0 // indirect
22-
github.com/golang/protobuf v1.4.3 // indirect
21+
github.com/go-kit/log v0.2.0 // indirect
22+
github.com/go-logfmt/logfmt v0.5.1 // indirect
23+
github.com/golang/protobuf v1.5.2 // indirect
2324
github.com/google/go-querystring v1.1.0 // indirect
2425
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2526
github.com/pkg/errors v0.9.1 // indirect
2627
github.com/pmezard/go-difflib v1.0.0 // indirect
2728
github.com/prometheus/client_model v0.2.0 // indirect
28-
github.com/prometheus/procfs v0.2.0 // indirect
29-
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
30-
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
31-
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
32-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
29+
github.com/prometheus/procfs v0.7.3 // indirect
30+
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 // indirect
31+
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
32+
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
3333
google.golang.org/appengine v1.6.7 // indirect
34-
google.golang.org/protobuf v1.25.0 // indirect
34+
google.golang.org/protobuf v1.27.1 // indirect
3535
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
3636
)

0 commit comments

Comments
 (0)