Skip to content
This repository was archived by the owner on Aug 21, 2020. It is now read-only.

Commit 7adbaa1

Browse files
committed
Use standard library encoding/hex instead of github.com/tmthrgd/go-hex
1 parent d825d59 commit 7adbaa1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

httpasset/httpasset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ package httpasset
88

99
import (
1010
"bytes"
11+
"encoding/hex"
1112
"mime"
1213
"net/http"
1314
"os"
1415
"path"
1516
"strings"
1617

1718
"github.com/golang/gddo/httputil/header"
18-
"github.com/tmthrgd/go-hex"
1919
)
2020

2121
const maxETagLen = 2 * 64

name.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ package bindata
77
import (
88
"encoding/base32"
99
"encoding/base64"
10+
"encoding/hex"
1011
"path"
1112
"strings"
12-
13-
"github.com/tmthrgd/go-hex"
1413
)
1514

1615
var base32Enc = base32.NewEncoding("abcdefghijklmnopqrstuvwxyz234567")

0 commit comments

Comments
 (0)