Skip to content

Commit

Permalink
move to mamezou-tech (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kondoumh authored Apr 16, 2020
1 parent 2eb03e5 commit 4f75501
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 kondoumh
Copyright (c) 2020 mamezou-tech

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sbgraph

![Go](https://github.com/kondoumh/sbgraph/workflows/Go/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/kondoumh/sbgraph)](https://goreportcard.com/report/github.com/kondoumh/sbgraph)
![Go](https://github.com/mamezou-tech/sbgraph/workflows/Go/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/mamezou-tech/sbgraph)](https://goreportcard.com/report/github.com/mamezou-tech/sbgraph)

sbgraph is a CLI for fetching and visualizing data from [Scrapbox](https://scrapbox.io) project.

Expand All @@ -15,11 +15,11 @@ sbgraph is a CLI for fetching and visualizing data from [Scrapbox](https://scrap
## Installing

```
go get -u github.com/kondoumh/sbgraph
go get -u github.com/mamezou-tech/sbgraph
```
or
```
curl -LO https://github.com/kondoumh/sbgraph/releases/download/<version>/sbgraph-<platform>-amd64.tar.gz
curl -LO https://github.com/mamezou-tech/sbgraph/releases/download/<version>/sbgraph-<platform>-amd64.tar.gz
tar xvf sbgraph-<platform>-amd64.tar.gz
sudo mv sbgraph /usr/local/bin
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/aggregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"

"github.com/cheggaaa/pb/v3"
"github.com/kondoumh/sbgraph/pkg/types"
"github.com/mamezou-tech/sbgraph/pkg/types"
"github.com/spf13/cobra"
)

Expand Down
6 changes: 3 additions & 3 deletions cmd/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"sync"
"time"

"github.com/kondoumh/sbgraph/pkg/file"
"github.com/mamezou-tech/sbgraph/pkg/file"

"github.com/kondoumh/sbgraph/pkg/api"
"github.com/kondoumh/sbgraph/pkg/types"
"github.com/mamezou-tech/sbgraph/pkg/api"
"github.com/mamezou-tech/sbgraph/pkg/types"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/kondoumh/sbgraph/pkg/types"
"github.com/mamezou-tech/sbgraph/pkg/types"
"github.com/mzohreva/GoGraphviz/graphviz"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"fmt"

"github.com/kondoumh/sbgraph/pkg/file"
"github.com/mamezou-tech/sbgraph/pkg/file"
"github.com/spf13/cobra"
)

Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
module github.com/kondoumh/sbgraph
module github.com/mamezou-tech/sbgraph

go 1.13

require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/cheggaaa/pb/v3 v3.0.4
github.com/kondoumh/scrapbox-viz v0.1.0-rc1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mzohreva/GoGraphviz v0.0.0-20180226085351-533f4a37d9c6
github.com/spf13/cobra v0.0.6
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfV
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/kondoumh/scrapbox-viz v0.1.0-rc1 h1:XXq9MtA96wFklx4wFbG6hfj/69NMjetvad2ovVDYbSs=
github.com/kondoumh/scrapbox-viz v0.1.0-rc1/go.mod h1:2LYLbI9VC2DcncOfK7fd2xz4kfNErbrLj9++VsYRhxQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "github.com/kondoumh/sbgraph/cmd"
import "github.com/mamezou-tech/sbgraph/cmd"

func main() {
cmd.Execute()
Expand Down
2 changes: 1 addition & 1 deletion pkg/types/page.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package types
import (
"encoding/json"

"github.com/kondoumh/sbgraph/pkg/file"
"github.com/mamezou-tech/sbgraph/pkg/file"
)

// Page represents a Scrapbox page
Expand Down
2 changes: 1 addition & 1 deletion pkg/types/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package types
import (
"encoding/json"

"github.com/kondoumh/sbgraph/pkg/file"
"github.com/mamezou-tech/sbgraph/pkg/file"
)

// Project represents a Scrapbox project
Expand Down

0 comments on commit 4f75501

Please sign in to comment.