Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
vintikzzz committed Jul 10, 2021
1 parent d038b53 commit 0c0fef8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/webtor-io/torrent-store

require (
bitbucket.org/vintikzzzz/abuse-store v0.0.0-20191125201244-47198f5e1beb
bitbucket.org/vintikzzzz/abuse-store v0.0.0-20191125201244-47198f5e1beb // indirect
cloud.google.com/go v0.44.3 // indirect
github.com/anacrolix/torrent v0.0.0-20181129073333-cc531b8c4a80
github.com/go-chi/chi v4.0.2+incompatible // indirect
Expand All @@ -19,6 +19,7 @@ require (
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/urfave/cli v1.21.0
github.com/webtor-io/abuse-store v0.0.0-20210710111318-01e4ce3bdc7c
golang.org/x/mobile v0.0.0-20190814143026-e8b3e6111d02 // indirect
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ github.com/urfave/cli v1.20.0 h1:fDqGv3UG/4jbVl/QkFwEdddtEDjh/5Ov6X+0B/3bPaw=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
github.com/urfave/cli v1.21.0 h1:wYSSj06510qPIzGSua9ZqsncMmWE3Zr55KBERygyrxE=
github.com/urfave/cli v1.21.0/go.mod h1:lxDj6qX9Q6lWQxIrbrT0nwecwUtRnhVZAJjJZrVUZZQ=
github.com/webtor-io/abuse-store v0.0.0-20210710111318-01e4ce3bdc7c h1:lqSaWn4ReDFR7a7QDdb8W+geBLb01OHEJBb55nOaIac=
github.com/webtor-io/abuse-store v0.0.0-20210710111318-01e4ce3bdc7c/go.mod h1:yldr6LzaD8lpOCy37fh0fQVykWe0WDfxWZMC8rnVzrk=
github.com/willf/bitset v1.1.3/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4=
github.com/willf/bitset v1.1.9/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4=
github.com/willf/bloom v0.0.0-20170505221640-54e3b963ee16/go.mod h1:MmAltL9pDMNTrvUkxdg0k0q5I0suxmuwp3KbyrZLOZ8=
Expand Down
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"google.golang.org/grpc/reflection"
"google.golang.org/grpc/status"

as "bitbucket.org/vintikzzzz/abuse-store/abuse-store"
as "github.com/webtor-io/abuse-store/abuse-store"
pb "github.com/webtor-io/torrent-store/torrent-store"

"github.com/go-redis/redis"
Expand Down
4 changes: 3 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# bitbucket.org/vintikzzzz/abuse-store v0.0.0-20191125201244-47198f5e1beb
## explicit
bitbucket.org/vintikzzzz/abuse-store/abuse-store
# cloud.google.com/go v0.44.3
## explicit
# github.com/anacrolix/missinggo v0.0.0-20181127231911-72d14a94053a
Expand Down Expand Up @@ -64,6 +63,9 @@ github.com/sirupsen/logrus
# github.com/urfave/cli v1.21.0
## explicit
github.com/urfave/cli
# github.com/webtor-io/abuse-store v0.0.0-20210710111318-01e4ce3bdc7c
## explicit
github.com/webtor-io/abuse-store/abuse-store
# golang.org/x/mobile v0.0.0-20190814143026-e8b3e6111d02
## explicit
# golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
Expand Down

0 comments on commit 0c0fef8

Please sign in to comment.