Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit committed Apr 27, 2022
1 parent 4355326 commit 36eacd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/golobby/config/v3 v3.3.4
github.com/sirupsen/logrus v1.8.1
github.com/tyzbit/btcapi v0.5.4
github.com/tyzbit/btcapi v0.5.5
gorm.io/driver/sqlite v1.3.2
gorm.io/gorm v1.23.4
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ github.com/tyzbit/btcapi v0.5.3 h1:kxsB186Q6hT0B7NVd6+QCJSeKlWmSZvlD0VC29tckYg=
github.com/tyzbit/btcapi v0.5.3/go.mod h1:hU/nXDArmULgj3lAjQdK+eMY3F5HlsWN+MAoGszp9RY=
github.com/tyzbit/btcapi v0.5.4 h1:5XdwfdY2IGxmutVbJ2oFJ2BV8sg9HmpcPFcYgVD0ik8=
github.com/tyzbit/btcapi v0.5.4/go.mod h1:hU/nXDArmULgj3lAjQdK+eMY3F5HlsWN+MAoGszp9RY=
github.com/tyzbit/btcapi v0.5.5 h1:QeaYG5c4hzUDqKP9ltNALuxDM5zzPFXe2K4HSjIDTV4=
github.com/tyzbit/btcapi v0.5.5/go.mod h1:hU/nXDArmULgj3lAjQdK+eMY3F5HlsWN+MAoGszp9RY=
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 h1:xHms4gcpe1YE7A3yIllJXP16CMAGuqwO2lX1mTyyRRc=
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type DiscordPayload struct {
}

const (
DefaultApi string = "https://bitcoinexplorer.org/"
DefaultApi string = "https://bitcoinexplorer.org"
SatsPerBitcoin int = 100000000
)

Expand Down

0 comments on commit 36eacd0

Please sign in to comment.