File tree 5 files changed +380
-31
lines changed
5 files changed +380
-31
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
name : lint
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - name : Set up Go 1.17
19
+ - name : Set up Go 1.19
20
20
uses : actions/setup-go@v1
21
21
with :
22
- go-version : 1.17
22
+ go-version : 1.19
23
23
id : go
24
24
25
25
- name : install zmq headers
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
15
- - name : Set up Go 1.17
15
+ - name : Set up Go 1.19
16
16
uses : actions/setup-go@v1
17
17
with :
18
- go-version : 1.17
18
+ go-version : 1.19
19
19
id : go
20
20
21
21
- name : install zmq headers
Original file line number Diff line number Diff line change 1
- PROJECT_VERSION := 0.0.3
1
+ PROJECT_VERSION := 0.0.4
2
2
DOCKER_REPO := synfinatic
3
3
PROJECT_NAME := netflow2ng
4
4
Original file line number Diff line number Diff line change 1
1
module github.com/synfinatic/netflow2ng
2
2
3
- go 1.16
3
+ go 1.18
4
4
5
5
require (
6
- github.com/alecthomas/kong v0.2.18
7
- github.com/cloudflare/goflow/v3 v3.4.2
6
+ github.com/alecthomas/kong v0.7.1
7
+ github.com/cloudflare/goflow/v3 v3.4.4
8
8
github.com/golang/protobuf v1.5.2
9
- github.com/pebbe/zmq4 v1.2.8
10
- github.com/prometheus/client_golang v1.11.1
9
+ github.com/pebbe/zmq4 v1.2.9
10
+ github.com/prometheus/client_golang v1.14.0
11
11
github.com/sirupsen/logrus v1.8.1
12
12
)
13
+
14
+ require (
15
+ github.com/beorn7/perks v1.0.1 // indirect
16
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
17
+ github.com/libp2p/go-reuseport v0.0.1 // indirect
18
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
19
+ github.com/pkg/errors v0.9.1 // indirect
20
+ github.com/prometheus/client_model v0.3.0 // indirect
21
+ github.com/prometheus/common v0.37.0 // indirect
22
+ github.com/prometheus/procfs v0.8.0 // indirect
23
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
24
+ google.golang.org/protobuf v1.28.1 // indirect
25
+ )
You can’t perform that action at this time.
0 commit comments