Skip to content

Commit

Permalink
Update module github.com/xplorfin/docker-utils to v0.8.0 (#8)
Browse files Browse the repository at this point in the history
* Update module github.com/xplorfin/docker-utils to v0.8.0

* add session id

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jake Sylvestre <jakesyl@gmail.com>
  • Loading branch information
3 people committed Mar 12, 2021
1 parent a80b45b commit 902084c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/buger/jsonparser v1.1.1
github.com/docker/docker v20.10.5+incompatible
github.com/lightningnetwork/lnd v0.11.1-beta.rc5
github.com/xplorfin/docker-utils v0.6.0
github.com/xplorfin/docker-utils v0.8.0
)

replace github.com/btcsuite/btcd v0.21.0-beta => github.com/xplorfin/btcd v0.21.0-hotfix
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ github.com/urfave/cli v1.18.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijb
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/xplorfin/btcd v0.21.0-hotfix h1:zaab2dksut4t4J9jEMIOjSilMIhSuYVRUitLUYiceOM=
github.com/xplorfin/btcd v0.21.0-hotfix/go.mod h1:Sv4JPQ3/M+teHz9Bo5jBpkNcP0x6r7rdihlNL/7tTAs=
github.com/xplorfin/docker-utils v0.6.0 h1:1Q/w5B4b1PptYDqoNXXcQ1RrWeuhZNLnd0EyN/zBlQ0=
github.com/xplorfin/docker-utils v0.6.0/go.mod h1:HYQRk0GIav9DK7NWY/YLqHjgeCfoJ74eJCSGK5blI54=
github.com/xplorfin/docker-utils v0.8.0 h1:di/Q/OsPFHNTPcq2m28SLz/D9qA9wiRtlbX1JgjiZXM=
github.com/xplorfin/docker-utils v0.8.0/go.mod h1:kmtOYoWpZsNp3jw5GyeQaFyNRbfJEMC8/nvU3lJ2eE0=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
Expand Down
2 changes: 1 addition & 1 deletion lnd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func (c LightningMocker) CreateLndContainer(name string) (ctn LndContainer, err
Tty: false,
Entrypoint: []string{"./start-lnd.sh"},
Labels: map[string]string{
"sessionId": c.SessionId,
"sessionId": c.SessionID,
},
}, &container.HostConfig{
Links: []string{"btcd:blockchain"},
Expand Down

0 comments on commit 902084c

Please sign in to comment.