Skip to content

Commit 824eb2c

Browse files
committed
wasm-client: update go version to 1.18
1 parent d72d0a9 commit 824eb2c

File tree

5 files changed

+143
-8
lines changed

5 files changed

+143
-8
lines changed

cmd/wasm-client/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build js
2-
// +build js
32

43
package main
54

cmd/wasm-client/go.mod

Lines changed: 141 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,148 @@ require (
1515
gopkg.in/macaroon.v2 v2.1.0
1616
)
1717

18+
require (
19+
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
20+
github.com/NebulousLabs/go-upnp v0.0.0-20180202185039-29b680b06c82 // indirect
21+
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
22+
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
23+
github.com/aead/siphash v1.0.1 // indirect
24+
github.com/andybalholm/brotli v1.0.3 // indirect
25+
github.com/beorn7/perks v1.0.1 // indirect
26+
github.com/btcsuite/btcd v0.23.4 // indirect
27+
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
28+
github.com/btcsuite/btcd/btcutil/psbt v1.1.5 // indirect
29+
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
30+
github.com/btcsuite/btcwallet v0.16.5 // indirect
31+
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2 // indirect
32+
github.com/btcsuite/btcwallet/wallet/txrules v1.2.0 // indirect
33+
github.com/btcsuite/btcwallet/wallet/txsizes v1.2.3 // indirect
34+
github.com/btcsuite/btcwallet/walletdb v1.4.0 // indirect
35+
github.com/btcsuite/btcwallet/wtxmgr v1.5.0 // indirect
36+
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
37+
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
38+
github.com/btcsuite/winsvc v1.0.0 // indirect
39+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
40+
github.com/coreos/go-semver v0.3.0 // indirect
41+
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
42+
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
43+
github.com/davecgh/go-spew v1.1.1 // indirect
44+
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
45+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
46+
github.com/decred/dcrd/lru v1.0.0 // indirect
47+
github.com/dsnet/compress v0.0.1 // indirect
48+
github.com/dustin/go-humanize v1.0.0 // indirect
49+
github.com/dvyukov/go-fuzz v0.0.0-20210602112143-b1f3d6f4ef4e // indirect
50+
github.com/fergusstrange/embedded-postgres v1.10.0 // indirect
51+
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
52+
github.com/go-errors/errors v1.0.1 // indirect
53+
github.com/gogo/protobuf v1.3.2 // indirect
54+
github.com/golang/snappy v0.0.4 // indirect
55+
github.com/google/btree v1.0.1 // indirect
56+
github.com/gorilla/websocket v1.4.2 // indirect
57+
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
58+
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
59+
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
60+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0 // indirect
61+
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
62+
github.com/jackc/pgconn v1.10.0 // indirect
63+
github.com/jackc/pgio v1.0.0 // indirect
64+
github.com/jackc/pgpassfile v1.0.0 // indirect
65+
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
66+
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
67+
github.com/jackc/pgtype v1.8.1 // indirect
68+
github.com/jackc/pgx/v4 v4.13.0 // indirect
69+
github.com/jackpal/gateway v1.0.5 // indirect
70+
github.com/jackpal/go-nat-pmp v0.0.0-20170405195558-28a68d0c24ad // indirect
71+
github.com/jonboulle/clockwork v0.2.2 // indirect
72+
github.com/jrick/logrotate v1.0.0 // indirect
73+
github.com/json-iterator/go v1.1.11 // indirect
74+
github.com/juju/loggo v0.0.0-20210728185423-eebad3a902c4 // indirect
75+
github.com/kkdai/bstream v1.0.0 // indirect
76+
github.com/klauspost/compress v1.13.6 // indirect
77+
github.com/klauspost/pgzip v1.2.5 // indirect
78+
github.com/lib/pq v1.10.3 // indirect
79+
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
80+
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.2 // indirect
81+
github.com/lightninglabs/loop/swapserverrpc v1.0.1 // indirect
82+
github.com/lightninglabs/neutrino v0.14.2 // indirect
83+
github.com/lightninglabs/pool/auctioneerrpc v1.0.7 // indirect
84+
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display // indirect
85+
github.com/lightningnetwork/lightning-onion v1.0.2-0.20220211021909-bb84a1ccb0c5 // indirect
86+
github.com/lightningnetwork/lnd/cert v1.1.1 // indirect
87+
github.com/lightningnetwork/lnd/clock v1.1.0 // indirect
88+
github.com/lightningnetwork/lnd/healthcheck v1.2.2 // indirect
89+
github.com/lightningnetwork/lnd/kvdb v1.3.1 // indirect
90+
github.com/lightningnetwork/lnd/queue v1.1.0 // indirect
91+
github.com/lightningnetwork/lnd/ticker v1.1.0 // indirect
92+
github.com/lightningnetwork/lnd/tlv v1.0.3 // indirect
93+
github.com/lightningnetwork/lnd/tor v1.0.2 // indirect
94+
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
95+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
96+
github.com/mholt/archiver/v3 v3.5.0 // indirect
97+
github.com/miekg/dns v1.1.43 // indirect
98+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
99+
github.com/modern-go/reflect2 v1.0.1 // indirect
100+
github.com/nwaples/rardecode v1.1.2 // indirect
101+
github.com/pierrec/lz4/v4 v4.1.8 // indirect
102+
github.com/pmezard/go-difflib v1.0.0 // indirect
103+
github.com/prometheus/client_golang v1.11.0 // indirect
104+
github.com/prometheus/client_model v0.2.0 // indirect
105+
github.com/prometheus/common v0.26.0 // indirect
106+
github.com/prometheus/procfs v0.6.0 // indirect
107+
github.com/rogpeppe/fastuuid v1.2.0 // indirect
108+
github.com/sirupsen/logrus v1.7.0 // indirect
109+
github.com/soheilhy/cmux v0.1.5 // indirect
110+
github.com/spf13/pflag v1.0.5 // indirect
111+
github.com/stretchr/objx v0.4.0 // indirect
112+
github.com/stretchr/testify v1.8.0 // indirect
113+
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
114+
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
115+
github.com/tv42/zbase32 v0.0.0-20160707012821-501572607d02 // indirect
116+
github.com/ulikunitz/xz v0.5.10 // indirect
117+
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
118+
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
119+
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
120+
go.etcd.io/bbolt v1.3.6 // indirect
121+
go.etcd.io/etcd/api/v3 v3.5.1 // indirect
122+
go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
123+
go.etcd.io/etcd/client/v2 v2.305.1 // indirect
124+
go.etcd.io/etcd/client/v3 v3.5.1 // indirect
125+
go.etcd.io/etcd/pkg/v3 v3.5.1 // indirect
126+
go.etcd.io/etcd/raft/v3 v3.5.1 // indirect
127+
go.etcd.io/etcd/server/v3 v3.5.1 // indirect
128+
go.opentelemetry.io/contrib v0.20.0 // indirect
129+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 // indirect
130+
go.opentelemetry.io/otel v0.20.0 // indirect
131+
go.opentelemetry.io/otel/exporters/otlp v0.20.0 // indirect
132+
go.opentelemetry.io/otel/metric v0.20.0 // indirect
133+
go.opentelemetry.io/otel/sdk v0.20.0 // indirect
134+
go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
135+
go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
136+
go.opentelemetry.io/otel/trace v0.20.0 // indirect
137+
go.opentelemetry.io/proto/otlp v0.7.0 // indirect
138+
go.uber.org/atomic v1.7.0 // indirect
139+
go.uber.org/multierr v1.6.0 // indirect
140+
go.uber.org/zap v1.17.0 // indirect
141+
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
142+
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
143+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
144+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
145+
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
146+
golang.org/x/text v0.3.7 // indirect
147+
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
148+
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
149+
google.golang.org/protobuf v1.27.1 // indirect
150+
gopkg.in/errgo.v1 v1.0.1 // indirect
151+
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
152+
gopkg.in/yaml.v2 v2.4.0 // indirect
153+
gopkg.in/yaml.v3 v3.0.1 // indirect
154+
nhooyr.io/websocket v1.8.7 // indirect
155+
sigs.k8s.io/yaml v1.2.0 // indirect
156+
)
157+
18158
replace github.com/lightninglabs/lightning-node-connect => ../../
19159

20160
replace github.com/lightninglabs/lightning-node-connect/hashmailrpc => ../../hashmailrpc
21161

22-
go 1.16
162+
go 1.18

cmd/wasm-client/go.sum

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA
137137
github.com/certifi/gocertifi v0.0.0-20191021191039-0944d244cd40/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA=
138138
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 h1:uH66TXeswKn5PW5zdZ39xEwfS9an067BirqA+P4QaLI=
139139
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA=
140-
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
141140
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
142141
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
143142
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
@@ -360,7 +359,6 @@ github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/J
360359
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
361360
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
362361
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
363-
github.com/jackc/chunkreader v1.0.0 h1:4s39bBR8ByfqH+DKm8rQA3E1LHZWB9XWcrz8fqaZbe0=
364362
github.com/jackc/chunkreader v1.0.0/go.mod h1:RT6O25fNZIuasFJRyZ4R/Y2BbhasbmZXF9QQ7T3kePo=
365363
github.com/jackc/chunkreader/v2 v2.0.0/go.mod h1:odVSm741yZoC3dpHEUXIqA9tQRhFrgOHwnPIn9lDKlk=
366364
github.com/jackc/chunkreader/v2 v2.0.1 h1:i+RDz65UE+mmpjTfyz0MoVTnzeYxroil2G82ki7MGG8=
@@ -381,7 +379,6 @@ github.com/jackc/pgmock v0.0.0-20210724152146-4ad1a8207f65 h1:DadwsjnMwFjfWc9y5W
381379
github.com/jackc/pgmock v0.0.0-20210724152146-4ad1a8207f65/go.mod h1:5R2h2EEX+qri8jOWMbJCtaPWkrrNc7OHwsp2TCqp7ak=
382380
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
383381
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
384-
github.com/jackc/pgproto3 v1.1.0 h1:FYYE4yRw+AgI8wXIinMlNjBbp/UitDJwfj5LqqewP1A=
385382
github.com/jackc/pgproto3 v1.1.0/go.mod h1:eR5FA3leWg7p9aeAqi37XOTgTIbkABlvcPB3E5rlc78=
386383
github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190420180111-c116219b62db/go.mod h1:bhq50y+xrl9n5mRYyCBFKkpRVTLYJVWeCc+mEAI3yXA=
387384
github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190609003834-432c2951c711/go.mod h1:uH0AWtUmuShn0bcesswc4aBTWGvw0cAxIJp+6OB//Wg=

cmd/wasm-client/log.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build js
1+
//go:build js
22

33
package main
44

@@ -61,4 +61,4 @@ func NewGrpcLogLogger(root *build.RotatingLogWriter,
6161
return &mailbox.GrpcLogLogger{
6262
Logger: logger,
6363
}
64-
}
64+
}

cmd/wasm-client/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build js
2-
// +build js
32

43
package main
54

0 commit comments

Comments
 (0)