Skip to content

Commit

Permalink
build: bump autopilotserverrpc to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhandras committed Jan 20, 2025
1 parent a87d200 commit 1f7ad7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/jessevdk/go-flags v1.4.0
github.com/lightninglabs/faraday v0.2.13-alpha
github.com/lightninglabs/lightning-node-connect v0.3.2-alpha.0.20240822142323-ee4e7ff52f83
github.com/lightninglabs/lightning-terminal/autopilotserverrpc v0.0.1
github.com/lightninglabs/lightning-terminal/autopilotserverrpc v0.0.2
github.com/lightninglabs/lightning-terminal/litrpc v1.0.0
github.com/lightninglabs/lndclient v0.18.4-9
github.com/lightninglabs/loop v0.29.0-beta
Expand Down Expand Up @@ -227,8 +227,6 @@ require (
sigs.k8s.io/yaml v1.2.0 // indirect
)

replace github.com/lightninglabs/lightning-terminal/autopilotserverrpc => ./autopilotserverrpc

// We want to format raw bytes as hex instead of base64. The forked version
// allows us to specify that as an option. This is required for the
// taproot-assets dependency to function properly.
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,8 @@ github.com/lightninglabs/lightning-node-connect v0.3.2-alpha.0.20240822142323-ee
github.com/lightninglabs/lightning-node-connect v0.3.2-alpha.0.20240822142323-ee4e7ff52f83/go.mod h1:+SasPOt0evcJdfApb/ALTaTz4x3a2/kWy5KqFoTpiX8=
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.2 h1:Er1miPZD2XZwcfE4xoS5AILqP1mj7kqnhbBSxW9BDxY=
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.2/go.mod h1:antQGRDRJiuyQF6l+k6NECCSImgCpwaZapATth2Chv4=
github.com/lightninglabs/lightning-terminal/autopilotserverrpc v0.0.2 h1:vYUT5XHJSJnh+42YM+5chKIajmtzs9kE2v3ZLad1lBk=
github.com/lightninglabs/lightning-terminal/autopilotserverrpc v0.0.2/go.mod h1:LXv+icSbbOaI37v7LMzORAgGjI6BCHHVAhz903Zq6fM=
github.com/lightninglabs/lndclient v0.18.4-9 h1:8PRBmJLyegs1zbqBvpN/0d8qGLiNst3MEtTdO4Wt+SA=
github.com/lightninglabs/lndclient v0.18.4-9/go.mod h1:11hKoRxXk+1IoIndEIvbmo18dwAJnTqr/lylRpYDVSU=
github.com/lightninglabs/loop v0.29.0-beta h1:YRxZ3h41LsFOLTyvisxbijmvCf5UOUx4T0YUemdi0wA=
Expand Down

0 comments on commit 1f7ad7e

Please sign in to comment.