Skip to content

Commit

Permalink
Removed some unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akuma06 committed Jul 1, 2017
1 parent 205daea commit 188c196
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions util/upload/upload.go
@@ -1,33 +1,20 @@
package upload

import (
"encoding/base32"
"encoding/hex"
"errors"
"fmt"
"io"
"io/ioutil"
"mime/multipart"
"net/url"
"os"
"reflect"
"regexp"
"strconv"
"strings"

"github.com/NyaaPantsu/nyaa/config"
"github.com/NyaaPantsu/nyaa/model"
"github.com/NyaaPantsu/nyaa/models"
"github.com/NyaaPantsu/nyaa/service"
"github.com/NyaaPantsu/nyaa/util"
"github.com/NyaaPantsu/nyaa/util/categories"
"github.com/NyaaPantsu/nyaa/util/metainfo"
"github.com/NyaaPantsu/nyaa/util/sanitize"
"github.com/NyaaPantsu/nyaa/util/torrentLanguages"
"github.com/NyaaPantsu/nyaa/util/upload"
"github.com/NyaaPantsu/nyaa/util/validator/torrent"
"github.com/gin-gonic/gin"
"github.com/zeebo/bencode"
)

// form names
Expand Down

0 comments on commit 188c196

Please sign in to comment.