File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v2
1717 with :
18- go-version : 1.16
18+ go-version : 1.17
1919
2020 - name : Run GoReleaser
2121 uses : goreleaser/goreleaser-action@v2
Original file line number Diff line number Diff line change 1111 test :
1212 strategy :
1313 matrix :
14- go-version : [1.16 .x]
14+ go-version : [1.17 .x]
1515 platform : [ubuntu-latest]
1616 runs-on : ${{ matrix.platform }}
1717 steps :
Original file line number Diff line number Diff line change 11module github.com/czerwonk/bird_exporter
22
3- go 1.16
3+ go 1.17
44
55require (
66 github.com/czerwonk/bird_socket v0.0.0-20190111125930-6c39d61f8853
77 github.com/czerwonk/testutils v0.0.0-20170526233935-dd9dabe360d4
88 github.com/prometheus/client_golang v1.11.0
9+ github.com/prometheus/common v0.26.0
910 github.com/sirupsen/logrus v1.8.1
1011)
12+
13+ require (
14+ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
15+ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
16+ github.com/beorn7/perks v1.0.1 // indirect
17+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
18+ github.com/golang/protobuf v1.4.3 // indirect
19+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
20+ github.com/prometheus/client_model v0.2.0 // indirect
21+ github.com/prometheus/procfs v0.6.0 // indirect
22+ golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
23+ google.golang.org/protobuf v1.26.0-rc.1 // indirect
24+ gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
25+ )
Original file line number Diff line number Diff line change 11cloud.google.com/go v0.34.0 /go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw =
22github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
3+ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM =
34github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
45github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf /go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0 =
56github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 /go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0 =
7+ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d h1:UQZhZ2O0vMHr2cI+DC1Mbh0TJxzA3RcLoMsFw+aXw7E =
68github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d /go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho =
79github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 /go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q =
810github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
@@ -138,6 +140,7 @@ google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzi
138140google.golang.org/protobuf v1.23.0 /go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU =
139141google.golang.org/protobuf v1.26.0-rc.1 h1:7QnIQpGRHE5RnLKnESfDoxm2dTapTZua5a0kS0A+VXQ =
140142google.golang.org/protobuf v1.26.0-rc.1 /go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw =
143+ gopkg.in/alecthomas/kingpin.v2 v2.2.6 h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc =
141144gopkg.in/alecthomas/kingpin.v2 v2.2.6 /go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw =
142145gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
143146gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments