Skip to content

Commit

Permalink
update dmsg dep
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Oct 4, 2024
1 parent ccfb6fb commit 035bb86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/pterm/pterm v0.12.66
github.com/robert-nix/ansihtml v1.0.1
github.com/sirupsen/logrus v1.9.3
github.com/skycoin/dmsg v1.3.28
github.com/skycoin/dmsg v1.3.29-0.20241004205035-c45754b16934
github.com/skycoin/skycoin v0.28.0
github.com/skycoin/skycoin-service-discovery v1.3.28
github.com/skycoin/skywire-services v1.3.28
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,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.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/skycoin/dmsg v1.3.28 h1:zpQwkCJ0/hmlVb9wTQZDOTl/bC9e1Hsxh7Q6/jHG+4I=
github.com/skycoin/dmsg v1.3.28/go.mod h1:AxsiUhS7FpllJv/gHO/OlI3mGyeznIp9zitXwKWQXeQ=
github.com/skycoin/dmsg v1.3.29-0.20241004205035-c45754b16934 h1:WHQRftvtSYDj0AvLLbAdOiI20GGTTG/xtxuCowJsBx4=
github.com/skycoin/dmsg v1.3.29-0.20241004205035-c45754b16934/go.mod h1:AxsiUhS7FpllJv/gHO/OlI3mGyeznIp9zitXwKWQXeQ=
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=
github.com/skycoin/noise v0.0.0-20180327030543-2492fe189ae6/go.mod h1:UXghlricA7J3aRD/k7p/zBObQfmBawwCxIVPVjz2Q3o=
Expand Down
5 changes: 2 additions & 3 deletions vendor/github.com/skycoin/dmsg/pkg/dmsg/const.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 @@ -489,7 +489,7 @@ github.com/rs/cors
## explicit; go 1.13
github.com/sirupsen/logrus
github.com/sirupsen/logrus/hooks/syslog
# github.com/skycoin/dmsg v1.3.28
# github.com/skycoin/dmsg v1.3.29-0.20241004205035-c45754b16934
## explicit; go 1.21
github.com/skycoin/dmsg/cmd/dmsg-discovery/commands
github.com/skycoin/dmsg/cmd/dmsg-server/commands
Expand Down

0 comments on commit 035bb86

Please sign in to comment.