modified: README.md

modified:   cli/run.go
    modified:   configfunctions/configfunctions.go
	modified:   go.mod
	modified:   go.sum
This commit is contained in:
Gregory Bednov 2025-07-12 13:30:41 +03:00
commit 0a77f9a78c
5 changed files with 11 additions and 10 deletions

1
go.mod
View file

@ -9,7 +9,6 @@ require (
github.com/spf13/cobra v1.6.0
github.com/spf13/viper v1.13.0
github.com/tendermint/tendermint v0.34.24
github.com/things-go/go-socks5 v0.0.5
github.com/yggdrasil-network/yggdrasil-go v0.5.12
github.com/yggdrasil-network/yggstack v0.0.0-20250208132654-8ad1962f6456
)