Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
(maint) Pick up pct telemetry fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
da-ar committed Oct 28, 2021
1 parent 51693e5 commit 457b9dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/Masterminds/semver v1.5.0
github.com/mitchellh/go-homedir v1.1.0
github.com/puppetlabs/pdkgo v0.0.0-20211026093604-d365a907d61a
github.com/puppetlabs/pdkgo v0.0.0-20211028170403-930883ee37a8
github.com/rs/zerolog v1.25.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/puppetlabs/pdkgo v0.0.0-20211026093604-d365a907d61a h1:efmih0Kv5KI2mHlkuhMpqGLC0Db0WHDLD0mMRSscuqQ=
github.com/puppetlabs/pdkgo v0.0.0-20211026093604-d365a907d61a/go.mod h1:Z5b5n00qRZEv0IbnBrrgC89285pZm6ckTrP6SjyyBpo=
github.com/puppetlabs/pdkgo v0.0.0-20211028170403-930883ee37a8 h1:huAKkl3AXmjjPesPi5i7RYfoR/e9/6j2sTpIKKYZlrw=
github.com/puppetlabs/pdkgo v0.0.0-20211028170403-930883ee37a8/go.mod h1:Z5b5n00qRZEv0IbnBrrgC89285pZm6ckTrP6SjyyBpo=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rs/xid v1.3.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
Expand Down

0 comments on commit 457b9dc

Please sign in to comment.