Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Dec 18, 2024
1 parent d32ec62 commit f32575a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/skycoin/noise v0.0.0-20180327030543-2492fe189ae6
github.com/skycoin/skycoin v0.28.1-0.20241105130348-39b49a2d0a7f
github.com/skycoin/skywire v1.3.29-rc1.0.20241217192205-cb65518c5522
github.com/skycoin/skywire v1.3.29-rc1.0.20241217211947-72c9d0b82083
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.30.0
Expand Down Expand Up @@ -74,7 +74,7 @@ require (
// Uncomment for tests with alternate branches of 'skywire-utilities'
//replace github.com/skycoin/skywire => ../skywire
//replace github.com/skycoin/skywire => github.com/skycoin/skywire <commit-hash>
//replace github.com/skycoin/skywire => github.com/skycoin/skywire v1.3.29-rc1.0.20241217192205-cb65518c5522
//replace github.com/skycoin/skywire => github.com/skycoin/skywire v1.3.29-rc1.0.20241217211947-72c9d0b82083

// replace github.com/skycoin/skywire-utilities => ../skywire-utilities
// replace github.com/skycoin/skywire-utilities => github.com/skycoin/skywire-utilities
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ github.com/skycoin/noise v0.0.0-20180327030543-2492fe189ae6 h1:1Nc5EBY6pjfw1kwW0
github.com/skycoin/noise v0.0.0-20180327030543-2492fe189ae6/go.mod h1:UXghlricA7J3aRD/k7p/zBObQfmBawwCxIVPVjz2Q3o=
github.com/skycoin/skycoin v0.28.1-0.20241105130348-39b49a2d0a7f h1:isCGulVHahQfFoS37B7JT3rb8n4Ih2o9oMg2p25D7o8=
github.com/skycoin/skycoin v0.28.1-0.20241105130348-39b49a2d0a7f/go.mod h1:1iZLomiHUOEvmJaBNrzE+Tllf09uhrCZ5JLL3cHdKKQ=
github.com/skycoin/skywire v1.3.29-rc1.0.20241217192205-cb65518c5522 h1:P79IKUboXySZWCjxBn1cOOUZh0r5c27UXZtdp6jabY0=
github.com/skycoin/skywire v1.3.29-rc1.0.20241217192205-cb65518c5522/go.mod h1:IPjjLQ/fcE6EKgNQffCEGWP3oUf+VnTDXxl6+rTjk5E=
github.com/skycoin/skywire v1.3.29-rc1.0.20241217211947-72c9d0b82083 h1:PlmCehf92cYq7UF+IC2OOnGo7TWrYcM2iqWhZr2nHh4=
github.com/skycoin/skywire v1.3.29-rc1.0.20241217211947-72c9d0b82083/go.mod h1:6Hn74SjGARoWTvSPQryDxI9eB0jlh1iIwN2tcXCJvgw=
github.com/spf13/cobra v1.4.0/go.mod h1:Wo4iy3BUC+X2Fybo0PDqwJIv3dNRiZLHQymsfxlB84g=
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/skycoin/skywire/Makefile

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

15 changes: 15 additions & 0 deletions vendor/github.com/skycoin/skywire/README.md

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 @@ -204,7 +204,7 @@ github.com/skycoin/skycoin/src/cipher/ripemd160
github.com/skycoin/skycoin/src/cipher/secp256k1-go
github.com/skycoin/skycoin/src/cipher/secp256k1-go/secp256k1-go2
github.com/skycoin/skycoin/src/util/logging
# github.com/skycoin/skywire v1.3.29-rc1.0.20241217192205-cb65518c5522
# github.com/skycoin/skywire v1.3.29-rc1.0.20241217211947-72c9d0b82083
## explicit; go 1.23
github.com/skycoin/skywire
github.com/skycoin/skywire/pkg/skywire-utilities/pkg/buildinfo
Expand Down

0 comments on commit f32575a

Please sign in to comment.