Skip to content
Merged
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 @@ -40,7 +40,7 @@ require (
github.com/pterm/pterm v0.12.83
github.com/robert-nix/ansihtml v1.0.1
github.com/sirupsen/logrus v1.9.4
github.com/skycoin/dmsg v1.3.29-0.20260404170548-2c86ee54ad44
github.com/skycoin/dmsg v1.3.29-0.20260407014626-28ba3f1a422e
github.com/skycoin/skycoin v0.28.6-0.20260401142608-a27afbb0b33b
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/spf13/cobra v1.10.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,8 @@ github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrf
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w=
github.com/sirupsen/logrus v1.9.4/go.mod h1:ftWc9WdOfJ0a92nsE2jF5u5ZwH8Bv2zdeOC42RjbV2g=
github.com/skycoin/dmsg v1.3.29-0.20260404170548-2c86ee54ad44 h1:izK7Tu9O5lNouApoRBJVyqIVE4t8FS5VT6yyyTm8yq8=
github.com/skycoin/dmsg v1.3.29-0.20260404170548-2c86ee54ad44/go.mod h1:uh8Nr+E8B3yVt7ciKUk4GdsZax7VoL/L3i1EagXbzjk=
github.com/skycoin/dmsg v1.3.29-0.20260407014626-28ba3f1a422e h1:T9Fa6h1g9zTEZcskpcVH21R5CXcD2m4ybQCViVR41o0=
github.com/skycoin/dmsg v1.3.29-0.20260407014626-28ba3f1a422e/go.mod h1:uh8Nr+E8B3yVt7ciKUk4GdsZax7VoL/L3i1EagXbzjk=
github.com/skycoin/encodertest v0.0.0-20190217072920-14c2e31898b9 h1:DElGw1Fhj4amuW1KM5q8Xowosb3RiOQce0lDJw0Qv0Y=
github.com/skycoin/encodertest v0.0.0-20190217072920-14c2e31898b9/go.mod h1:OQz8NXVJUWEw7PWYASZ/1BIw5GXgVMTGvrCGDlZa9+k=
github.com/skycoin/noise v0.0.0-20180327030543-2492fe189ae6 h1:1Nc5EBY6pjfw1kwW0duwyG+7WliWz5u9kgk1h5MnLuA=
Expand Down
9 changes: 6 additions & 3 deletions vendor/github.com/skycoin/dmsg/pkg/dmsg/client.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
Expand Up @@ -772,7 +772,7 @@ github.com/shopspring/decimal
## explicit; go 1.17
github.com/sirupsen/logrus
github.com/sirupsen/logrus/hooks/syslog
# github.com/skycoin/dmsg v1.3.29-0.20260404170548-2c86ee54ad44
# github.com/skycoin/dmsg v1.3.29-0.20260407014626-28ba3f1a422e
## explicit; go 1.26.1
github.com/skycoin/dmsg/cmd/conf/commands
github.com/skycoin/dmsg/cmd/dial/commands
Expand Down
Loading