Skip to content

Commit

Permalink
Update deps (WIP) (#71)
Browse files Browse the repository at this point in the history
* update skywire-utilities dependency
* update dmsg dep
  • Loading branch information
0pcom authored Jun 24, 2024
1 parent d0bc8fd commit 7c26af2
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 23 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ require (
github.com/json-iterator/go v1.1.12
github.com/rs/cors v1.8.2
github.com/sirupsen/logrus v1.9.3
github.com/skycoin/dmsg v1.3.22-0.20240622174622-39e439d5679d
github.com/skycoin/dmsg v1.3.22-0.20240624173430-27926d97ea3f
github.com/skycoin/skywire v1.3.21-0.20240325224529-17f630c7a259
github.com/skycoin/skywire-utilities v1.3.18-0.20240208220612-9f31eda72f33
github.com/skycoin/skywire-utilities v1.3.18-0.20240624172427-aeaf6f14fbdc
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
Expand Down Expand Up @@ -159,7 +159,7 @@ require (

// Uncomment it for tests with alternative branches and run `make dep`
// replace github.com/skycoin/dmsg => ../dmsg

//
// replace github.com/skycoin/skywire => ../skywire

//
// replace github.com/skycoin/skywire-utilities => ../skywire-utilities
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -390,16 +390,16 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd
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.22-0.20240622174622-39e439d5679d h1:nop/q3XL7GDMP9QpyuBV1fi5Y0rnI7iZeRdHtLfMNt4=
github.com/skycoin/dmsg v1.3.22-0.20240622174622-39e439d5679d/go.mod h1:QMd7NXzarhpTJrdmJLCnqBqI0hMj0RIou9DI9s1e5mo=
github.com/skycoin/dmsg v1.3.22-0.20240624173430-27926d97ea3f h1:Cq9cqZGYvOXe/hC4YzecW6EqqkTADCrA2SZlsS94yMc=
github.com/skycoin/dmsg v1.3.22-0.20240624173430-27926d97ea3f/go.mod h1:v56TVWnlz18J4qrVFxjOyjzg153XSuay9Y76AUb35ac=
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=
github.com/skycoin/skycoin v0.27.1 h1:HatxsRwVSPaV4qxH6290xPBmkH/HgiuAoY2qC+e8C9I=
github.com/skycoin/skycoin v0.27.1/go.mod h1:78nHjQzd8KG0jJJVL/j0xMmrihXi70ti63fh8vXScJw=
github.com/skycoin/skywire v1.3.21-0.20240325224529-17f630c7a259 h1:zWT2B3zmBwusmfhY03nszAlFY5DLQjeuYwuJ4VO+/mE=
github.com/skycoin/skywire v1.3.21-0.20240325224529-17f630c7a259/go.mod h1:NmgXhTA+QcD7xp/BfZ8vHq1iox+PVFVpyHfPXEB+UX0=
github.com/skycoin/skywire-utilities v1.3.18-0.20240208220612-9f31eda72f33 h1:BzhyKolEWT8cnXZJMxC0TYGCvu3wMYdI6NOpvToN+uQ=
github.com/skycoin/skywire-utilities v1.3.18-0.20240208220612-9f31eda72f33/go.mod h1:yFKWpL1bDRPKU3uK+cTF4PnYUMe+eyIj5N2bk4sF5Cw=
github.com/skycoin/skywire-utilities v1.3.18-0.20240624172427-aeaf6f14fbdc h1:VCsz6iF8Eah3D+wHuSWT+Veb8C4XsYMQx+e0WtS6AAY=
github.com/skycoin/skywire-utilities v1.3.18-0.20240624172427-aeaf6f14fbdc/go.mod h1:yFKWpL1bDRPKU3uK+cTF4PnYUMe+eyIj5N2bk4sF5Cw=
github.com/skycoin/systray v1.10.0 h1:fQZJHMylpVvfmOOTLvUssfyHVDoC8Idx6Ba2BlLEuGg=
github.com/skycoin/systray v1.10.0/go.mod h1:/i17Eni5GxFiboIZceeamY5LktDSFFRCvd3fBMerQ+4=
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 h1:TG/diQgUe0pntT/2D9tmUCz4VNwm9MfrtPr0SU2qSX8=
Expand Down
29 changes: 16 additions & 13 deletions vendor/github.com/skycoin/skywire-utilities/pkg/skyenv/values.go

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

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,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.22-0.20240622174622-39e439d5679d
# github.com/skycoin/dmsg v1.3.22-0.20240624173430-27926d97ea3f
## explicit; go 1.21
github.com/skycoin/dmsg/internal/servermetrics
github.com/skycoin/dmsg/pkg/direct
Expand Down Expand Up @@ -533,7 +533,7 @@ github.com/skycoin/skywire/pkg/visor/usermanager
github.com/skycoin/skywire/pkg/visor/visorconfig
github.com/skycoin/skywire/pkg/visor/visorinit
github.com/skycoin/skywire/static/icons
# github.com/skycoin/skywire-utilities v1.3.18-0.20240208220612-9f31eda72f33
# github.com/skycoin/skywire-utilities v1.3.18-0.20240624172427-aeaf6f14fbdc
## explicit; go 1.21
github.com/skycoin/skywire-utilities/pkg/buildinfo
github.com/skycoin/skywire-utilities/pkg/cipher
Expand Down

0 comments on commit 7c26af2

Please sign in to comment.