Skip to content

Commit

Permalink
feat: update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpiotzh committed May 31, 2022
1 parent 55c1646 commit 46eb56f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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_sub_account
go 1.15

require (
github.com/DeAccountSystems/das-lib v0.0.0-20220524021515-69f4abb79172
github.com/DeAccountSystems/das-lib v0.0.0-20220531040850-ea68b195348f
github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.7.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,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-20220524021515-69f4abb79172 h1:7Vc0zAuRhv3SoP+C1J8vGAB/pS/84tFMLMOik7I0qQI=
github.com/DeAccountSystems/das-lib v0.0.0-20220524021515-69f4abb79172/go.mod h1:ige8f+izCtnfXlKpc4iLR4CJHoaqYIoypL531X/KJp0=
github.com/DeAccountSystems/das-lib v0.0.0-20220531040850-ea68b195348f h1:oXB2ZKFGInqU7e4AhFOrkHuMEG47vTH6l8uiBQ4BHzk=
github.com/DeAccountSystems/das-lib v0.0.0-20220531040850-ea68b195348f/go.mod h1:ige8f+izCtnfXlKpc4iLR4CJHoaqYIoypL531X/KJp0=
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/github.com/DeAccountSystems/das-lib/core/env.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-20220524021515-69f4abb79172
# github.com/DeAccountSystems/das-lib v0.0.0-20220531040850-ea68b195348f
## explicit
github.com/DeAccountSystems/das-lib/common
github.com/DeAccountSystems/das-lib/core
Expand Down

0 comments on commit 46eb56f

Please sign in to comment.