Skip to content

Commit

Permalink
fix: go module change to github organization
Browse files Browse the repository at this point in the history
  • Loading branch information
rico-stakefish committed May 18, 2022
1 parent de3ce59 commit a61c2ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
go:
version: 1.18
repository:
path: github.com/ricotoothless/peggo-exporter
path: github.com/stakefish/peggo-exporter
build:
binaries:
- name: bin/peggo-exporter
Expand Down
2 changes: 1 addition & 1 deletion cmd/peggo-exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
webflag "github.com/prometheus/exporter-toolkit/web/kingpinflag"
kingpin "gopkg.in/alecthomas/kingpin.v2"

"github.com/ricotoothless/peggo-exporter/collector"
"github.com/stakefish/peggo-exporter/collector"
)

var (
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/ricotoothless/peggo-exporter
module github.com/stakefish/peggo-exporter

go 1.18

Expand Down

0 comments on commit a61c2ef

Please sign in to comment.