Skip to content

Commit

Permalink
Merge pull request #8 from sfragata/upgrade_go_dependencies
Browse files Browse the repository at this point in the history
Upgrade go dependencies
  • Loading branch information
sfragata authored Mar 13, 2024
2 parents 4bf2d4d + 5225d97 commit bb2f206
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 606 deletions.
17 changes: 14 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
module git.luolix.top.sfragata/plex_exporter

go 1.15
go 1.22.0

require (
github.com/integrii/flaggy v1.4.4
github.com/prometheus/client_golang v1.9.0
github.com/integrii/flaggy v1.5.2
github.com/prometheus/client_golang v1.19.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
golang.org/x/sys v0.16.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
)
Loading

0 comments on commit bb2f206

Please sign in to comment.