Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
make modules relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Klünter committed Jun 8, 2020
1 parent 3183667 commit db0605c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/aleph-exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"flag"
"fmt"
"github.com/ckluenter/aleph-exporter/pkg/observe"
"github.com/ckluenter/aleph-exporter/pkg/web"
"aleph-exporter/pkg/observe"
"aleph-exporter/pkg/web"
"github.com/facebookgo/grace/gracehttp"
"net/http"
"os"
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/ckluenter/aleph-exporter
module aleph-exporter

require (
github.com/beorn7/perks v1.0.1 // indirect
Expand Down

0 comments on commit db0605c

Please sign in to comment.