This repository was archived by the owner on Aug 9, 2023. It is now read-only.
File tree 4 files changed +13
-53
lines changed
4 files changed +13
-53
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
go :
3
- - " 1.16.4 "
3
+ - " 1.17.2 "
4
4
script :
5
5
- go build ./...
6
6
- go test ./...
Original file line number Diff line number Diff line change 1
- FROM golang:1.16.4 as builder
1
+ FROM golang:1.17.2 as builder
2
2
WORKDIR /src
3
3
ENV CGO_ENABLED=0
4
4
ENV GOOS=linux
Original file line number Diff line number Diff line change 1
1
module github.com/lunarway/snyk_exporter
2
2
3
- go 1.13
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
7
7
github.com/google/go-cmp v0.5.4 // indirect
8
- github.com/kr/text v0.2.0 // indirect
9
8
github.com/prometheus/client_golang v1.8.0
10
9
github.com/prometheus/common v0.15.0
11
10
github.com/sirupsen/logrus v1.7.0 // indirect
@@ -14,6 +13,15 @@ require (
14
13
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
15
14
google.golang.org/protobuf v1.25.0 // indirect
16
15
gopkg.in/alecthomas/kingpin.v2 v2.2.6
17
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
18
16
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
19
17
)
18
+
19
+ require (
20
+ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
21
+ github.com/beorn7/perks v1.0.1 // indirect
22
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
23
+ github.com/golang/protobuf v1.4.3 // indirect
24
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
25
+ github.com/prometheus/client_model v0.2.0 // indirect
26
+ github.com/prometheus/procfs v0.2.0 // indirect
27
+ )
You can’t perform that action at this time.
0 commit comments