Skip to content

Commit 4d40bb0

Browse files
committed
all: update Go 1.26.2 --> 1.26.4, update dependencies
1 parent c2c879f commit 4d40bb0

4 files changed

Lines changed: 97 additions & 96 deletions

File tree

.github/workflows/build-manual.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Go
4646
uses: actions/setup-go@v6
4747
with:
48-
go-version: 1.26.2
48+
go-version: 1.26.4
4949
cache: true
5050
cache-dependency-path: |
5151
awl/go.sum
@@ -147,7 +147,7 @@ jobs:
147147
- name: Install Go
148148
uses: actions/setup-go@v6
149149
with:
150-
go-version: 1.26.2
150+
go-version: 1.26.4
151151
cache: true
152152
cache-dependency-path: |
153153
awl/go.sum
@@ -189,8 +189,8 @@ jobs:
189189
- name: Download and setup go-legacy-win7
190190
run: |
191191
mkdir -p /tmp/go-legacy-setup
192-
wget -P /tmp/go-legacy-setup https://github.com/thongtech/go-legacy-win7/releases/download/v1.26.1-1/go-legacy-win7-1.26.1-1.linux_amd64.tar.gz
193-
tar -xzf /tmp/go-legacy-setup/go-legacy-win7-1.26.1-1.linux_amd64.tar.gz -C /tmp/go-legacy-setup
192+
wget -P /tmp/go-legacy-setup https://github.com/thongtech/go-legacy-win7/releases/download/v1.26.4-1/go-legacy-win7-1.26.4-1.linux_amd64.tar.gz
193+
tar -xzf /tmp/go-legacy-setup/go-legacy-win7-1.26.4-1.linux_amd64.tar.gz -C /tmp/go-legacy-setup
194194
export GOROOT=/tmp/go-legacy-setup/go-legacy-win7
195195
export PATH=$GOROOT/bin:$PATH
196196
go version

go.mod

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,33 @@ require (
1111
github.com/GrigoryKrasnochub/updaterini v0.1.0
1212
github.com/anywherelan/ts-dns v0.0.0-20240721135326-6d6b7b811853
1313
github.com/coreos/go-iptables v0.8.0
14-
github.com/go-playground/validator/v10 v10.30.2
14+
github.com/go-playground/validator/v10 v10.30.3
1515
github.com/google/go-querystring v1.2.0
1616
github.com/haxii/socks5 v1.0.0
17-
github.com/ipfs/go-datastore v0.9.1
17+
github.com/ipfs/go-datastore v0.9.2
1818
github.com/ipfs/go-log/v2 v2.9.1
1919
github.com/labstack/echo-contrib v0.50.1
20-
github.com/labstack/echo/v4 v4.15.1
20+
github.com/labstack/echo/v4 v4.15.4
2121
github.com/libp2p/go-libp2p v0.48.0
22-
github.com/libp2p/go-libp2p-kad-dht v0.39.1
22+
github.com/libp2p/go-libp2p-kad-dht v0.39.2
2323
github.com/libp2p/go-libp2p-kbucket v0.8.0
24-
github.com/marcopolo/simnet v0.0.6
24+
github.com/marcopolo/simnet v0.0.7
2525
github.com/mdp/qrterminal/v3 v3.2.1
2626
github.com/miekg/dns v1.1.72
27-
github.com/mr-tron/base58 v1.2.0
27+
github.com/mr-tron/base58 v1.3.0
2828
github.com/multiformats/go-multiaddr v0.16.1
2929
github.com/multiformats/go-multistream v0.6.1
3030
github.com/olekukonko/tablewriter v0.0.5
3131
github.com/prometheus/client_golang v1.23.2
32-
github.com/quic-go/quic-go v0.59.0
32+
github.com/quic-go/quic-go v0.59.1
3333
github.com/stretchr/testify v1.11.1
3434
github.com/urfave/cli/v2 v2.27.7
3535
github.com/vishvananda/netlink v1.3.1
3636
go.uber.org/goleak v1.3.0
37-
go.uber.org/multierr v1.11.0
38-
go.uber.org/zap v1.27.1
37+
go.uber.org/zap v1.28.0
3938
golang.org/x/mobile v0.0.0-20260410095206-2cfb76559b7b
40-
golang.org/x/net v0.53.0
41-
golang.org/x/sys v0.43.0
39+
golang.org/x/net v0.56.0
40+
golang.org/x/sys v0.46.0
4241
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
4342
golang.zx2c4.com/wireguard/windows v0.5.3
4443
)
@@ -70,15 +69,15 @@ require (
7069
github.com/hashicorp/golang-lru v1.0.2 // indirect
7170
github.com/huin/goupnp v1.3.0 // indirect
7271
github.com/illarion/gonotify v1.0.1 // indirect
73-
github.com/ipfs/boxo v0.37.0 // indirect
74-
github.com/ipfs/go-cid v0.6.0 // indirect
75-
github.com/ipld/go-ipld-prime v0.22.0 // indirect
72+
github.com/ipfs/boxo v0.39.0 // indirect
73+
github.com/ipfs/go-cid v0.6.1 // indirect
74+
github.com/ipld/go-ipld-prime v0.23.0 // indirect
7675
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
7776
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
7877
github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect
7978
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
8079
github.com/koron/go-ssdp v0.0.6 // indirect
81-
github.com/labstack/gommon v0.4.2 // indirect
80+
github.com/labstack/gommon v0.5.0 // indirect
8281
github.com/leodido/go-urn v1.4.0 // indirect
8382
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
8483
github.com/libp2p/go-cidranger v1.1.0 // indirect
@@ -91,8 +90,8 @@ require (
9190
github.com/libp2p/go-reuseport v0.4.0 // indirect
9291
github.com/libp2p/go-yamux/v5 v5.0.1 // indirect
9392
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
94-
github.com/mattn/go-colorable v0.1.14 // indirect
95-
github.com/mattn/go-isatty v0.0.20 // indirect
93+
github.com/mattn/go-colorable v0.1.15 // indirect
94+
github.com/mattn/go-isatty v0.0.22 // indirect
9695
github.com/mattn/go-runewidth v0.0.9 // indirect
9796
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
9897
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
@@ -101,7 +100,7 @@ require (
101100
github.com/multiformats/go-base36 v0.2.0 // indirect
102101
github.com/multiformats/go-multiaddr-dns v0.5.0 // indirect
103102
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
104-
github.com/multiformats/go-multibase v0.2.0 // indirect
103+
github.com/multiformats/go-multibase v0.3.0 // indirect
105104
github.com/multiformats/go-multicodec v0.10.0 // indirect
106105
github.com/multiformats/go-multihash v0.2.3 // indirect
107106
github.com/multiformats/go-varint v0.1.0 // indirect
@@ -140,24 +139,25 @@ require (
140139
github.com/wlynxg/anet v0.0.5 // indirect
141140
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
142141
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
143-
go.opentelemetry.io/otel v1.42.0 // indirect
144-
go.opentelemetry.io/otel/metric v1.42.0 // indirect
145-
go.opentelemetry.io/otel/trace v1.42.0 // indirect
142+
go.opentelemetry.io/otel v1.44.0 // indirect
143+
go.opentelemetry.io/otel/metric v1.44.0 // indirect
144+
go.opentelemetry.io/otel/trace v1.44.0 // indirect
146145
go.uber.org/dig v1.19.0 // indirect
147146
go.uber.org/fx v1.24.0 // indirect
148147
go.uber.org/mock v0.5.2 // indirect
148+
go.uber.org/multierr v1.11.0 // indirect
149149
go.yaml.in/yaml/v2 v2.4.4 // indirect
150150
go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
151151
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
152-
golang.org/x/crypto v0.50.0 // indirect
153-
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
154-
golang.org/x/mod v0.35.0 // indirect
155-
golang.org/x/sync v0.20.0 // indirect
156-
golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa // indirect
157-
golang.org/x/term v0.42.0 // indirect
158-
golang.org/x/text v0.36.0 // indirect
159-
golang.org/x/time v0.14.0 // indirect
160-
golang.org/x/tools v0.44.0 // indirect
152+
golang.org/x/crypto v0.53.0 // indirect
153+
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
154+
golang.org/x/mod v0.36.0 // indirect
155+
golang.org/x/sync v0.21.0 // indirect
156+
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 // indirect
157+
golang.org/x/term v0.44.0 // indirect
158+
golang.org/x/text v0.38.0 // indirect
159+
golang.org/x/time v0.15.0 // indirect
160+
golang.org/x/tools v0.45.0 // indirect
161161
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
162162
gonum.org/v1/gonum v0.17.0 // indirect
163163
google.golang.org/protobuf v1.36.11 // indirect

0 commit comments

Comments
 (0)