Skip to content

Commit

Permalink
PMM-13014 Update dependencies. (#3238)
Browse files Browse the repository at this point in the history
* PMM-13014 Update dependencies.

* PMM-13014 update dependencies and regenerate.

* PMM-11180 update kingpin.
  • Loading branch information
BupycHuk authored Oct 16, 2024
1 parent 9f00573 commit ab83e33
Show file tree
Hide file tree
Showing 150 changed files with 30,571 additions and 67,733 deletions.
2 changes: 1 addition & 1 deletion agent/cmd/pmm-agent-entrypoint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ import (
"syscall"
"time"

"github.com/alecthomas/kingpin/v2"
"github.com/pkg/errors"
reaper "github.com/ramr/go-reaper"
"github.com/sirupsen/logrus"
"golang.org/x/sys/unix"
"gopkg.in/alecthomas/kingpin.v2"

"github.com/percona/pmm/utils/logger"
)
Expand Down
2 changes: 1 addition & 1 deletion agent/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ import (
"strings"
"time"

"github.com/alecthomas/kingpin/v2"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"golang.org/x/sys/unix"
"gopkg.in/alecthomas/kingpin.v2"
"gopkg.in/yaml.v3"

"github.com/percona/pmm/utils/nodeinfo"
Expand Down
2 changes: 1 addition & 1 deletion agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package main

import (
"gopkg.in/alecthomas/kingpin.v2"
"github.com/alecthomas/kingpin/v2"

"github.com/percona/pmm/agent/commands"
"github.com/percona/pmm/agent/config"
Expand Down

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

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

Loading

0 comments on commit ab83e33

Please sign in to comment.