Skip to content

Commit

Permalink
Merge branch 'v3' into PMM-11180-upgrade-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Oct 17, 2024
2 parents 7829bc3 + ab83e33 commit b58702d
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 b58702d

Please sign in to comment.