Skip to content

Commit

Permalink
update vendor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Sep 23, 2024
1 parent 12bbc38 commit c427064
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 42 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/skycoin/dmsg v1.3.26-0.20240922174815-ced25b343ec5
github.com/skycoin/skycoin v0.27.1
github.com/skycoin/skycoin-service-discovery v1.3.25
github.com/skycoin/skycoin-service-discovery v1.3.26-0.20240923193126-2175869a0af5
github.com/skycoin/skywire-services v1.3.25
github.com/skycoin/skywire-utilities v1.3.25
github.com/skycoin/systray v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,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.27.1 h1:HatxsRwVSPaV4qxH6290xPBmkH/HgiuAoY2qC+e8C9I=
github.com/skycoin/skycoin v0.27.1/go.mod h1:78nHjQzd8KG0jJJVL/j0xMmrihXi70ti63fh8vXScJw=
github.com/skycoin/skycoin-service-discovery v1.3.25 h1:vnB4Is0/+rYuE9pH3+pBdnTbKQYQV3h9BvzxHZi7GB8=
github.com/skycoin/skycoin-service-discovery v1.3.25/go.mod h1:D/4UQpOMdv8In2IY3P7+pLJUgJDqrpq7vpjX7dQEPng=
github.com/skycoin/skycoin-service-discovery v1.3.26-0.20240923193126-2175869a0af5 h1:YuUEIh0ZxpprE6cHgTks3nsA9W0h6MAeTiTYzvRvlyY=
github.com/skycoin/skycoin-service-discovery v1.3.26-0.20240923193126-2175869a0af5/go.mod h1:vfFU+qDJkxdf2AgPPem/WbKRxm2dNsWy1d+HJ3mluSM=
github.com/skycoin/skywire-services v1.3.25 h1:LzUsNx7CNBTodkhkyl6fmJ1pbHY7WALiS4mNw8PKPe0=
github.com/skycoin/skywire-services v1.3.25/go.mod h1:gRucqzsrQmzyPYBfYLJYFgi3+o98j+04oVFY0jRLScs=
github.com/skycoin/skywire-utilities v1.3.25 h1:mk8dUonFdhVopFF3d9wbOyXXoiuAO+mN1y+ve6SzgX4=
Expand Down
1 change: 0 additions & 1 deletion skywire.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ var Test Services
// TestConf is the service configuration address / URL for the skywire test deployment
var TestConf Conf

// initialize the embedded files into variables
func init() {
var js interface{}
err := json.Unmarshal([]byte(ServicesJSON), &js)
Expand Down

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 @@ -518,7 +518,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/skycoin-service-discovery v1.3.25
# github.com/skycoin/skycoin-service-discovery v1.3.26-0.20240923193126-2175869a0af5
## explicit; go 1.21
github.com/skycoin/skycoin-service-discovery/cmd/service-discovery/commands
github.com/skycoin/skycoin-service-discovery/internal/pg
Expand Down

0 comments on commit c427064

Please sign in to comment.