Skip to content

Commit

Permalink
v2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mohemohe committed Feb 26, 2022
1 parent e87f7d1 commit 5bbf566
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# lxlib

useful library for lxbot plugin

```sh
go get github.com/lxbot/lxlib/v2
```
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ module github.com/lxbot/lxlib/v2

go 1.13

require (
github.com/go-test/deep v1.0.5
github.com/rs/xid v1.3.0 // indirect
)
require github.com/rs/xid v1.3.0
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
github.com/go-test/deep v1.0.5 h1:AKODKU3pDH1RzZzm6YZu77YWtEAq6uh1rLIAQlay2qc=
github.com/go-test/deep v1.0.5/go.mod h1:QV8Hv/iy04NyLBxAdO9njL0iVPN1S4d/A3NVv1V36o8=
github.com/rs/xid v1.3.0 h1:6NjYksEUlhurdVehpc7S7dk6DAmcKv8V9gG0FsVN2U4=
github.com/rs/xid v1.3.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=

0 comments on commit 5bbf566

Please sign in to comment.