Skip to content

Commit 90b620f

Browse files
committed
go mod update
1 parent b7f2eb0 commit 90b620f

File tree

2 files changed

+10
-162
lines changed

2 files changed

+10
-162
lines changed

go.mod

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,22 @@ module github.com/webdevops/azure-resourcemanager-exporter
33
go 1.13
44

55
require (
6-
contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect
7-
git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999 // indirect
86
github.com/Azure/azure-sdk-for-go v33.4.0+incompatible
9-
github.com/Azure/go-autorest v13.0.1+incompatible
107
github.com/Azure/go-autorest/autorest v0.9.1
118
github.com/Azure/go-autorest/autorest/azure/auth v0.3.0
129
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
1310
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
1411
github.com/anvie/port-scanner v0.0.0-20180225151059-8159197d3770
15-
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
1612
github.com/google/logger v1.0.2-0.20190219173709-b1301ce8ed20
1713
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
18-
github.com/kisielk/gotool v1.0.0 // indirect
19-
github.com/openzipkin/zipkin-go v0.1.1 // indirect
14+
github.com/kr/pretty v0.1.0 // indirect
2015
github.com/prometheus/client_golang v1.1.0
2116
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
2217
github.com/prometheus/common v0.7.0 // indirect
2318
github.com/prometheus/procfs v0.0.5 // indirect
2419
github.com/remeh/sizedwaitgroup v0.0.0-20180822144253-5e7302b12cce
2520
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
26-
go.opencensus.io v0.22.1 // indirect
2721
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
28-
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect
29-
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
3022
golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect
31-
google.golang.org/api v0.10.0 // indirect
32-
google.golang.org/genproto v0.0.0-20190926190326-7ee9db18f195 // indirect
33-
google.golang.org/grpc v1.24.0 // indirect
23+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
3424
)

0 commit comments

Comments
 (0)