Skip to content

Commit

Permalink
update module version
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jan 3, 2021
1 parent f22f7de commit 0a8a2a0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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/v29/lib"
"github.com/gesellix/couchdb-prometheus-exporter/v30/lib"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions couchdb-exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"flag"
"fmt"
"github.com/gesellix/couchdb-prometheus-exporter/v29/kitlog"
"github.com/gesellix/couchdb-prometheus-exporter/v30/kitlog"
"net/http"
"os"
"strconv"
Expand All @@ -17,8 +17,8 @@ import (
"github.com/urfave/cli/v2/altsrc"
"k8s.io/klog/v2"

"github.com/gesellix/couchdb-prometheus-exporter/v29/fileutil"
"github.com/gesellix/couchdb-prometheus-exporter/v29/lib"
"github.com/gesellix/couchdb-prometheus-exporter/v30/fileutil"
"github.com/gesellix/couchdb-prometheus-exporter/v30/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/v29/lib"
"github.com/gesellix/couchdb-prometheus-exporter/v29/testutil"
"github.com/gesellix/couchdb-prometheus-exporter/v30/lib"
"github.com/gesellix/couchdb-prometheus-exporter/v30/testutil"
)

var clusterSetupDelay = 5 * time.Second
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/gesellix/couchdb-prometheus-exporter/v29
module github.com/gesellix/couchdb-prometheus-exporter/v30

go 1.15

Expand Down
2 changes: 1 addition & 1 deletion kitlog/klog_logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"testing"

"github.com/gesellix/couchdb-prometheus-exporter/v29/kitlog"
"github.com/gesellix/couchdb-prometheus-exporter/v30/kitlog"
"k8s.io/klog/v2"
)

Expand Down

0 comments on commit 0a8a2a0

Please sign in to comment.