Skip to content

Commit

Permalink
Update module version - for real
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Oct 5, 2020
1 parent 6598c0d commit 7e3ce5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/update_seq/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"os"

"github.com/gesellix/couchdb-prometheus-exporter/v28/lib"
"github.com/gesellix/couchdb-prometheus-exporter/v29/lib"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions couchdb-exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/urfave/cli/v2/altsrc"
"k8s.io/klog"

"github.com/gesellix/couchdb-prometheus-exporter/v28/fileutil"
"github.com/gesellix/couchdb-prometheus-exporter/v28/lib"
"github.com/gesellix/couchdb-prometheus-exporter/v29/fileutil"
"github.com/gesellix/couchdb-prometheus-exporter/v29/lib"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions couchdb-exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/stretchr/testify/assert"

"github.com/gesellix/couchdb-prometheus-exporter/v28/lib"
"github.com/gesellix/couchdb-prometheus-exporter/v28/testutil"
"github.com/gesellix/couchdb-prometheus-exporter/v29/lib"
"github.com/gesellix/couchdb-prometheus-exporter/v29/testutil"
)

var clusterSetupDelay = 5 * time.Second
Expand Down

0 comments on commit 7e3ce5e

Please sign in to comment.