Skip to content

Commit 67a188e

Browse files
chore(deps): pin dependencies
1 parent 2373cfc commit 67a188e

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2.1.4
1919
with:
20-
go-version: 1.16
20+
go-version: 1.16.15
2121

2222
- name: Run GoReleaser
2323
uses: goreleaser/goreleaser-action@v2.8.0

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2.1.4
1818
with:
19-
go-version: 1.16
19+
go-version: 1.16.15
2020

2121
- name: Build
2222
run: go build -v ./...

go.mod

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/researchgate/nodejs-simple-downloader
22

3-
go 1.16
3+
go 1.25.5
44

55
require (
66
github.com/dustin/go-humanize v1.0.0
@@ -9,3 +9,17 @@ require (
99
github.com/spf13/cobra v1.2.1
1010
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
1111
)
12+
13+
require (
14+
github.com/andybalholm/brotli v1.0.0 // indirect
15+
github.com/dsnet/compress v0.0.1 // indirect
16+
github.com/golang/snappy v0.0.1 // indirect
17+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
18+
github.com/klauspost/compress v1.10.10 // indirect
19+
github.com/klauspost/pgzip v1.2.4 // indirect
20+
github.com/nwaples/rardecode v1.1.0 // indirect
21+
github.com/pierrec/lz4/v4 v4.0.3 // indirect
22+
github.com/spf13/pflag v1.0.5 // indirect
23+
github.com/ulikunitz/xz v0.5.7 // indirect
24+
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
25+
)

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7w
406406
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
407407
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
408408
golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
409-
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
410409
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
411410
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
412411
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

0 commit comments

Comments
 (0)