From a61c2ef5df035a7c2ef026eeb6a438c66550f244 Mon Sep 17 00:00:00 2001 From: rico Date: Wed, 18 May 2022 22:44:41 +0800 Subject: [PATCH] fix: go module change to github organization --- .promu.yml | 2 +- cmd/peggo-exporter/main.go | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.promu.yml b/.promu.yml index bddff73..fdb3b77 100644 --- a/.promu.yml +++ b/.promu.yml @@ -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 diff --git a/cmd/peggo-exporter/main.go b/cmd/peggo-exporter/main.go index 2741416..3e07cb7 100644 --- a/cmd/peggo-exporter/main.go +++ b/cmd/peggo-exporter/main.go @@ -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 ( diff --git a/go.mod b/go.mod index 62bd2cf..9150893 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ricotoothless/peggo-exporter +module github.com/stakefish/peggo-exporter go 1.18