Skip to content

Commit

Permalink
sdk/js: cleanup code and split into separate js modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lithdew committed Jun 12, 2020
1 parent 65197bd commit cafa9f3
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 431 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/julienschmidt/httprouter v1.3.0
github.com/lithdew/bytesutil v0.0.0-20200409052507-d98389230a59
github.com/lithdew/kademlia v0.0.0-20200607181215-ff07ba2ac940
github.com/lithdew/monte v0.0.0-20200611093340-15ff088304c9
github.com/lithdew/monte v0.0.0-20200612062106-02975bf1abd2
github.com/stretchr/testify v1.6.0 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ github.com/lithdew/bytesutil v0.0.0-20200409052507-d98389230a59 h1:CQpoOQecHxhvg
github.com/lithdew/bytesutil v0.0.0-20200409052507-d98389230a59/go.mod h1:89JlULMIJ/+YWzAp5aHXgAD2d02S2mY+a+PMgXDtoNs=
github.com/lithdew/monte v0.0.0-20200611093340-15ff088304c9 h1:XmfrU1ZyBDuiZ2/UUhG6P2WvO4DOZxLlhQyd0F71UTw=
github.com/lithdew/monte v0.0.0-20200611093340-15ff088304c9/go.mod h1:qisbxmkjwkE+XOLjCiJe+z1U4f95XxF5Hfrk21Rb1yc=
github.com/lithdew/monte v0.0.0-20200612062106-02975bf1abd2 h1:m1MUK1qrH7bJyKiY5x4n02kxrwZuNt+6z2UNUniD1FA=
github.com/lithdew/monte v0.0.0-20200612062106-02975bf1abd2/go.mod h1:qisbxmkjwkE+XOLjCiJe+z1U4f95XxF5Hfrk21Rb1yc=
github.com/lithdew/reliable v0.0.0-20200506103725-7df64908b057 h1:CBhKVPym/7ZzY7ascOG93XSTlJuqrmIU/Hd0UDHC1TA=
github.com/lithdew/reliable v0.0.0-20200506103725-7df64908b057/go.mod h1:b9iSDHZ4DaCGpwhQdKsH0u61UancBXJMe0r8SCPKEEA=
github.com/lithdew/seq v0.0.0-20200504083424-74d5d8117a05 h1:j1UtG8NYCupA5xUwQ/vrTf/zjuNlZ0D1n7UtM8LhS58=
Expand Down
Loading

0 comments on commit cafa9f3

Please sign in to comment.