Skip to content

Commit

Permalink
feat: update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpiotzh committed Feb 14, 2022
1 parent c60de5a commit 6957ac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module das_register_server
go 1.15

require (
github.com/DeAccountSystems/das-lib v0.0.0-20220210121014-ab7b04bca153
github.com/DeAccountSystems/das-lib v0.0.0-20220214015631-e19108227c60
github.com/elazarl/goproxy v0.0.0-20211114080932-d06c3be7c11b // indirect
github.com/ethereum/go-ethereum v1.10.13
github.com/fsnotify/fsnotify v1.4.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/DeAccountSystems/das-lib v0.0.0-20220210121014-ab7b04bca153 h1:lqQXUWH23uB5Io4h5uKuQOTAIDilAOfOKd7zoBHJ5rc=
github.com/DeAccountSystems/das-lib v0.0.0-20220210121014-ab7b04bca153/go.mod h1:f+SN1gwkMOkLNyJ1RmaHPNGcwUong4RL6q1Jiyq8Nwk=
github.com/DeAccountSystems/das-lib v0.0.0-20220214015631-e19108227c60 h1:EKAdUvRTCFfqGIdzVx5OG0iaGQcN1wWVDEFXBJFZZsk=
github.com/DeAccountSystems/das-lib v0.0.0-20220214015631-e19108227c60/go.mod h1:f+SN1gwkMOkLNyJ1RmaHPNGcwUong4RL6q1Jiyq8Nwk=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/PuerkitoBio/goquery v1.5.1/go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc=
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 h1:fLjPD/aNc3UIOA6tDi6QXUemppXK3P9BI7mr2hd6gx8=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github.com/Andrew-M-C/go.emoji v0.0.0-20211011074904-61cf526972e1
github.com/Andrew-M-C/go.emoji/official
# github.com/DeAccountSystems/das-lib v0.0.0-20220210121014-ab7b04bca153
# github.com/DeAccountSystems/das-lib v0.0.0-20220214015631-e19108227c60
## explicit
github.com/DeAccountSystems/das-lib/common
github.com/DeAccountSystems/das-lib/core
Expand Down

0 comments on commit 6957ac3

Please sign in to comment.