diff --git a/go.mod b/go.mod index 36c0a5f..7f39a21 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/go-ipfs-cmds -go 1.19 +go 1.20 require ( github.com/ipfs/boxo v0.8.0 diff --git a/http/parse.go b/http/parse.go index 70665b7..ea2d6df 100644 --- a/http/parse.go +++ b/http/parse.go @@ -1,10 +1,10 @@ package http import ( + "crypto/rand" "encoding/base32" "fmt" "io" - "math/rand" "mime" "net/http" "strconv"