Skip to content

Commit 0879fe6

Browse files
committed
don't use "github.com/pkg/errors"
1 parent dba2962 commit 0879fe6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/httplib/request.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ import (
88
"bytes"
99
"context"
1010
"crypto/tls"
11+
"errors"
1112
"fmt"
1213
"io"
1314
"net"
1415
"net/http"
1516
"net/url"
1617
"strings"
1718
"time"
18-
19-
"github.com/pkg/errors"
2019
)
2120

2221
var defaultSetting = Settings{"GiteaServer", 60 * time.Second, 60 * time.Second, nil, nil}

0 commit comments

Comments
 (0)