Skip to content

Commit

Permalink
chore: update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoCardinali committed Nov 5, 2023
1 parent 28c4a3b commit edb6cfe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.16

require (
github.com/joho/godotenv v1.3.0 // indirect
github.com/kerwenwwer/gopwrstat v0.0.0-20210706060147-0e38c9444aac
github.com/kerwenwwer/gopwrstat v0.0.0-20210706082034-1280720e1b75
github.com/prometheus/client_golang v1.11.0
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7V
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
github.com/kerwenwwer/gopwrstat v0.0.0-20210706060147-0e38c9444aac h1:B4ymW8RQUi+91lJ3LPlS2u72o8dSnhEkUxWVwgJw3r8=
github.com/kerwenwwer/gopwrstat v0.0.0-20210706060147-0e38c9444aac/go.mod h1:7nTeDm/0jQjQ853x2uBGMRnrS0EfjT8RrR2sQHLhemA=
github.com/kerwenwwer/gopwrstat v0.0.0-20210706082034-1280720e1b75 h1:jC6l5TqFyc0PKXIDEV+8eAEQdu93rN3zwQgvzAtrDCQ=
github.com/kerwenwwer/gopwrstat v0.0.0-20210706082034-1280720e1b75/go.mod h1:7nTeDm/0jQjQ853x2uBGMRnrS0EfjT8RrR2sQHLhemA=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/kerwenwwer/gopwrstat/gopwrstat.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ github.com/golang/protobuf/ptypes/duration
github.com/golang/protobuf/ptypes/timestamp
# github.com/joho/godotenv v1.3.0
## explicit
# github.com/kerwenwwer/gopwrstat v0.0.0-20210706060147-0e38c9444aac
# github.com/kerwenwwer/gopwrstat v0.0.0-20210706082034-1280720e1b75
## explicit
github.com/kerwenwwer/gopwrstat
# github.com/matttproud/golang_protobuf_extensions v1.0.1
Expand Down

0 comments on commit edb6cfe

Please sign in to comment.