mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ori Newman <orinewman1@gmail.com>
34 lines
1.0 KiB
Modula-2
34 lines
1.0 KiB
Modula-2
module github.com/kaspanet/kaspad
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/gofrs/flock v0.8.1
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/jrick/logrotate v1.0.0
|
|
github.com/kaspanet/go-muhash v0.0.4
|
|
github.com/kaspanet/go-secp256k1 v0.0.7
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
|
golang.org/x/crypto v0.1.0
|
|
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
|
|
golang.org/x/term v0.5.0
|
|
google.golang.org/grpc v1.38.0
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|