Skip to content

Commit

Permalink
go.mod: go 1.17 and mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
awelzel committed Mar 21, 2022
1 parent 8d962e2 commit be61cb5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
module github.com/corelight/suricata_exporter

go 1.14
go 1.17

require (
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
)

0 comments on commit be61cb5

Please sign in to comment.