Skip to content

Commit

Permalink
fix update version
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Mar 6, 2024
1 parent c0feaf9 commit a135991
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions echo/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// This should be used in the main package only.
// This package provides a way to build an echo server easily (see https://echo.labstack.com), with a prometheus metrics endpoint and that relies on logrus for logging (see https://github.com/sirupsen/logrus).
//
// Please favour the usage of [app](../app) package to run an echo web server.
// Please favor the usage of [app](../app) package to run an echo web server.
//
// # Features
//
Expand Down Expand Up @@ -63,7 +63,7 @@ import (
"github.com/labstack/echo/v4/middleware"
"github.com/perses/common/async"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/common/version"
"github.com/prometheus/client_golang/prometheus/collectors/version"
"github.com/sirupsen/logrus"

persesMiddleware "github.com/perses/common/echo/middleware"
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/perses/common

go 1.21

toolchain go1.21.0

require (
github.com/fsnotify/fsnotify v1.7.0
github.com/labstack/echo/v4 v4.11.4
Expand Down

0 comments on commit a135991

Please sign in to comment.