Change module name to distribyted/distribyted (#36)
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
parent
42f7e0ebd3
commit
0f513ef8b3
13 changed files with 23 additions and 23 deletions
4
go.mod
4
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/ajnavarro/distribyted
|
||||
module github.com/distribyted/distribyted
|
||||
|
||||
go 1.15
|
||||
|
||||
|
@ -31,7 +31,7 @@ require (
|
|||
github.com/urfave/cli/v2 v2.3.0
|
||||
github.com/willf/bitset v1.1.11 // indirect
|
||||
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9 // indirect
|
||||
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
||||
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
||||
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba // indirect
|
||||
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
||||
google.golang.org/protobuf v1.25.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue