Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
83 changes: 40 additions & 43 deletions protocols/payd/go.mod
Original file line number Diff line number Diff line change
@@ -1,43 +1,40 @@
module github.com/libsv/payd

go 1.16

require (
github.com/bitcoinschema/go-bitcoin v0.3.17 // indirect
github.com/boombuler/barcode v1.0.1
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/jmoiron/sqlx v1.3.1
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo/v4 v4.1.17
github.com/labstack/gommon v0.3.0
github.com/lib/pq v1.9.0 // indirect
github.com/libsv/go-bc v0.1.2-0.20210824135914-5608544d22bf
github.com/libsv/go-bk v0.1.4
github.com/libsv/go-bt/v2 v2.0.0-beta.2
github.com/magiconair/properties v1.8.4 // indirect
github.com/matryer/is v1.4.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-sqlite3 v1.14.6
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/speps/go-hashids v2.0.0+incompatible
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/theflyingcodr/govalidator v0.0.1
github.com/theflyingcodr/lathos v0.0.3
github.com/tonicpow/go-minercraft v0.3.0
github.com/tonicpow/go-paymail v0.1.6
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/guregu/null.v3 v3.5.0
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
module github.com/libsv/payd

require (
github.com/bitcoinschema/go-bitcoin v0.3.17 // indirect
github.com/boombuler/barcode v1.0.1
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/jmoiron/sqlx v1.3.1
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo/v4 v4.9.0
github.com/labstack/gommon v0.3.1
github.com/lib/pq v1.9.0 // indirect
github.com/libsv/go-bc v0.1.2-0.20210824135914-5608544d22bf
github.com/libsv/go-bk v0.1.4
github.com/libsv/go-bt/v2 v2.0.0-beta.2
github.com/magiconair/properties v1.8.4 // indirect
github.com/matryer/is v1.4.0
github.com/mattn/go-sqlite3 v1.14.6
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/speps/go-hashids v2.0.0+incompatible
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/theflyingcodr/govalidator v0.0.1
github.com/theflyingcodr/lathos v0.0.3
github.com/tonicpow/go-minercraft v0.3.0
github.com/tonicpow/go-paymail v0.1.6
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/guregu/null.v3 v3.5.0
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
1,748 changes: 875 additions & 873 deletions protocols/payd/go.sum

Large diffs are not rendered by default.

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

Loading