Skip to content

Commit d66a3e3

Browse files
authored
Merge pull request #242 from ipfs/uci/copy-templates
ci: uci/copy-templates
2 parents 0ac644d + 05b48de commit d66a3e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ipfs/go-ipfs-cmds
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/ipfs/boxo v0.8.0

http/parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package http
22

33
import (
4+
"crypto/rand"
45
"encoding/base32"
56
"fmt"
67
"io"
7-
"math/rand"
88
"mime"
99
"net/http"
1010
"strconv"

0 commit comments

Comments
 (0)