Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/DataManager-Go/libdatamanager from 1.4.0 to 1.4.1 #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
filippo.io/age v1.0.0-beta7 // indirect
github.com/DataManager-Go/libdatamanager v1.4.0
github.com/DataManager-Go/libdatamanager v1.4.1
github.com/JojiiOfficial/configService v0.0.0-20200219132202-6e71512e2e28
github.com/JojiiOfficial/gaw v1.2.8
github.com/JojiiOfficial/shred v1.2.1
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/DataManager-Go/libdatamanager v1.4.0 h1:V7PeRYTfoJz91JQuT0sRYafGtPiBUuZdzBmwUAn8TK8=
github.com/DataManager-Go/libdatamanager v1.4.0/go.mod h1:fXRE+SoEBDz8UK5Zhm3QBGEQDciOwmsAbzUfg2zKHXE=
github.com/DataManager-Go/libdatamanager v1.4.1/go.mod h1:fXRE+SoEBDz8UK5Zhm3QBGEQDciOwmsAbzUfg2zKHXE=
github.com/JojiiOfficial/configService v0.0.0-20200219132202-6e71512e2e28 h1:nYoIExG+Z/gSLS9Jbpu6lnrh+m6e9gTxQfGhanTsExE=
github.com/JojiiOfficial/configService v0.0.0-20200219132202-6e71512e2e28/go.mod h1:j1kHFoYWAbLRPE5nyAAtODwUc0xwd2+ifPZ3uCAgv/g=
github.com/JojiiOfficial/gaw v1.2.8 h1:crLd2hrRvTlCClZDtwqnr8AoVKs3uQAk8B2AdOfUCsg=
Expand Down