Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 706e0d2

Browse files
author
Bjørn
authored
Upgrade dependencies (#42)
Upgrade all dependencies of the project. Most are transitive, but the direct have no notable changes.
1 parent 2624340 commit 706e0d2

File tree

2 files changed

+369
-25
lines changed

2 files changed

+369
-25
lines changed

go.mod

+12-11
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ module github.com/lunarway/snyk_exporter
33
go 1.13
44

55
require (
6-
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
7-
github.com/google/go-cmp v0.3.1 // indirect
8-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
9-
github.com/kr/pretty v0.1.0 // indirect
10-
github.com/prometheus/client_golang v1.1.0
11-
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
12-
github.com/prometheus/common v0.7.0
13-
github.com/prometheus/procfs v0.0.5 // indirect
14-
golang.org/x/sys v0.0.0-20191007092633-5f54ce542709 // indirect
6+
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
7+
github.com/google/go-cmp v0.5.4 // indirect
8+
github.com/kr/text v0.2.0 // indirect
9+
github.com/prometheus/client_golang v1.8.0
10+
github.com/prometheus/common v0.15.0
11+
github.com/sirupsen/logrus v1.7.0 // indirect
12+
github.com/stretchr/testify v1.6.1 // indirect
13+
golang.org/x/sys v0.0.0-20201204225414-ed752295db88 // indirect
14+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
15+
google.golang.org/protobuf v1.25.0 // indirect
1516
gopkg.in/alecthomas/kingpin.v2 v2.2.6
16-
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
17-
gopkg.in/yaml.v2 v2.2.4 // indirect
17+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
18+
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
1819
)

0 commit comments

Comments
 (0)