Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ require (
github.com/labstack/echo/v4 v4.7.2
github.com/libsv/go-bc v0.1.10
github.com/libsv/go-bk v0.1.6
github.com/libsv/go-bt/v2 v2.1.0-beta.2
github.com/libsv/go-bt/v2 v2.1.1
github.com/libsv/go-dpp v0.1.11
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.2
github.com/rs/zerolog v1.26.1
github.com/spf13/viper v1.11.0
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.8.0
github.com/swaggo/echo-swagger v1.3.0
github.com/swaggo/swag v1.8.1
github.com/theflyingcodr/govalidator v0.1.3
Expand Down Expand Up @@ -69,5 +69,5 @@ require (
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
358 changes: 355 additions & 3 deletions go.sum

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions vendor/github.com/libsv/go-bt/v2/bscript/address.go

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

37 changes: 30 additions & 7 deletions vendor/github.com/libsv/go-bt/v2/bscript/script.go

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

1 change: 1 addition & 0 deletions vendor/github.com/libsv/go-bt/v2/errors.go

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

42 changes: 41 additions & 1 deletion vendor/github.com/libsv/go-bt/v2/input.go

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

60 changes: 0 additions & 60 deletions vendor/github.com/libsv/go-bt/v2/localunlocker.go

This file was deleted.

3 changes: 2 additions & 1 deletion vendor/github.com/libsv/go-bt/v2/sighash/flag.go

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

Loading